B
Bill W
Can anyone offer assistance with the reason the following does not
work:
' Procedure in TestWorkbook.xls
Sub UpdateStatus()
thePage = "Status"
theCols = Array(12, 20, 35, 20, 20, 20, 20, 3)
[MyMacros.xls].[ModuleName].UpdateSiteFolder
End Sub
I get the object required error. BTW - this macro needs to be in
TestWorkbook.xls and UpdateSiteFolder will always be in MyMacros.xls
Thanks!
Bill
work:
' Procedure in TestWorkbook.xls
Sub UpdateStatus()
thePage = "Status"
theCols = Array(12, 20, 35, 20, 20, 20, 20, 3)
[MyMacros.xls].[ModuleName].UpdateSiteFolder
End Sub
I get the object required error. BTW - this macro needs to be in
TestWorkbook.xls and UpdateSiteFolder will always be in MyMacros.xls
Thanks!
Bill