C
Crazyhorse
What is the difference?
I opened a excel work book this way and the Autpen function in excel will
not work?
Dim appexcel As Object
Dim StrFile As String
Dim MyPWD As String
StrFile = "\\infg\SLSmacros\MyStuff\DBs\Test_6\Output_template.xls"
Set appexcel = CreateObject("Excel.Application")
appexcel.workbooks.Open (StrFile)
appexcel.Visible = True
End Sub
If I creat a menu bar and put an assigned link (Hyperlink) excel workbook.
The Autpen function works great.
Why does it work one way and not the other way.
Thanks in advance
I opened a excel work book this way and the Autpen function in excel will
not work?
Dim appexcel As Object
Dim StrFile As String
Dim MyPWD As String
StrFile = "\\infg\SLSmacros\MyStuff\DBs\Test_6\Output_template.xls"
Set appexcel = CreateObject("Excel.Application")
appexcel.workbooks.Open (StrFile)
appexcel.Visible = True
End Sub
If I creat a menu bar and put an assigned link (Hyperlink) excel workbook.
The Autpen function works great.
Why does it work one way and not the other way.
Thanks in advance