Search found 3 matches
- Mon Mar 12, 2012 1:58 pm
- Forum: Programming
- Topic: COM Automation Snag
- Replies: 5
- Views: 4757
Re: COM Automation Snag
Ahh that seems to be the issue. Thanks very much for the help. I'll try to get these folder names changed.
- Mon Mar 12, 2012 1:47 pm
- Forum: Programming
- Topic: COM Automation Snag
- Replies: 5
- Views: 4757
Re: COM Automation Snag
Correct, the filepaths above aren't the real ones. There is no space in either filepath, but one folder name is surrounded by parenthesis.
Eg: K:\(folder_name)\programs\program.prg
Eg: K:\(folder_name)\programs\program.prg
- Mon Mar 12, 2012 1:39 pm
- Forum: Programming
- Topic: COM Automation Snag
- Replies: 5
- Views: 4757
COM Automation Snag
Hello, I'm using Eviews 7.2 to try to write some VBA code to write a certain range of Excel Cells into an Eviews workfile. Here's where I'm at so far: Sub eviews() Dim mgr As New EViews.Manager Dim app As EViews.Application Set app = mgr.GetApplication(EViews.CreateType.ExistingOrNew) app.Show app.S...
