Microsoft
Software
Hardware
Network
Question : Macro not found error
Hi,
I am getting The macro 'Data Log from 69194.xls!CalculateTotal' cannot be found. error when I am trying to run a macro that resides in another work book.
Here is the code:
Dim target As Workbook
Set target = Workbooks.Open("S:\Data Log from 69194.xls")
Dim res As String
res = Application.Run(target.Nam
e & "!CalculateTotal", "1/11/2009", "2.1.3")
I have defined a a macro as Public Function(arg1, arg2) inside a module in another workbook.
Why am I getting an error when I try to call it?
Answer : Macro not found error
Hi,
Try changing this:
res = Application.Run(target.Nam
e & "!CalculateTotal", "1/11/2009", "2.1.3")
to this
res = Application.Run("'" & target.Name & "'!CalculateTotal", "1/11/2009", "2.1.3")
Regards,
Rob.
Random Solutions
Problem with a recently installed program not appearing in my All Programs List.
Displaying the color index of a cell
Microsoft Excel 2007: How to find the largest value in one column then displaying a label from the other corresponding column??
changing data from a linked table
Formula " “=SUMPRODUCT” fully function
Form Design in Access 2007
Access macro vs modules
I can not find the record I added to table via search via query
Can't create portal
Update active directory phone numbers from SharePoint