Search found 3 matches

by viktorz
Tue Feb 04, 2014 5:33 am
Forum: Programming
Topic: Refresh data in VBA
Replies: 1
Views: 2135

Re: Refresh data in VBA

Hi, I solved this problem with the xla file provided somewhere at this forum. Using the sub refresh2007 and is subroutines. Thanks for giving it out. Is there a way to close the post?
by viktorz
Tue Feb 04, 2014 5:06 am
Forum: Programming
Topic: Refresh data in VBA
Replies: 1
Views: 2135

Refresh data in VBA

Hi, I would like refresh my Eviews output to in Excel through VBA. As the Refresh command is already in, is there a way to call it from VBA. Something like

Code: Select all

call EV_RefreshAll
Thanks,
by viktorz
Tue Feb 04, 2014 4:47 am
Forum: Programming
Topic: Macro stops after import
Replies: 1
Views: 2500

Macro stops after import

Hi, I am using the com add-in to run some seasonal adjusting from Excel through Eviews. I am using following VBA code: Sub SeaAdj() Dim mgr As New EViews.Manager Dim App As EViews.Application Dim sheet_update As Worksheet Dim asheet As Worksheet Set asheet = ActiveSheet Set App = mgr.GetApplication(...

Go to advanced search