B
baston
I have a button created that has a macro assigned to it that I recorde
while using the report manager. The macro is:
Sub PrintSummary()
'
' PrintSummary Macro
' Macro recorded 4/29/2004 by aston
'
'
Application.ExecuteExcel4Macro String:="Report Manager"
Application.ExecuteExcel4Macro String:="Report Manager"
Application.ExecuteExcel4Macro String:="
REPORT.PRINT(""Summary"",1)"
End Sub
When I exit Excel and return to my workbook, my button does not d
anything.
Help!!!
while using the report manager. The macro is:
Sub PrintSummary()
'
' PrintSummary Macro
' Macro recorded 4/29/2004 by aston
'
'
Application.ExecuteExcel4Macro String:="Report Manager"
Application.ExecuteExcel4Macro String:="Report Manager"
Application.ExecuteExcel4Macro String:="
REPORT.PRINT(""Summary"",1)"
End Sub
When I exit Excel and return to my workbook, my button does not d
anything.
Help!!!