I had excel 2003? upgraded to 2010. I have an add in program that I set a macros to run to refresh the data. Very simple recorded as ctrl+r like this
Sub refresh()
'
' refresh Macro
'
' Keyboard Shortcut: Ctrl+r
'
Application.Run "TSRefreshData", ThisWorkbook
End Sub
When I am in all other workbooks and click on the Macros it says Macros in "All open Workbooks" however when I run it I can tell it is only working on the personal book. (which is obviously useless).
Any ideas?
I have disabled all security, I have added my network to the trusted locations as well as adding all the add ins to a trusted source.