Feb 28, 2005 #1 jzellman MIS Jan 25, 2005 1 US Good morning; I'm attemtpting to automate an Impromptu Macro from MS-Access. Does anyone know how to do this? Thanks in Advance. John Zellman
Good morning; I'm attemtpting to automate an Impromptu Macro from MS-Access. Does anyone know how to do this? Thanks in Advance. John Zellman
Feb 28, 2005 #2 DoubleD Technical User Apr 2, 2001 766 US Are you trying to convert the Cognos Macro into VBA, or call the Impromptu Macro from Access. If it's the latter, then just use this line. Shell(MacroFileName.mcx, vbNormalFocus) I am what I am based on the decisions I have made. DoubleD Upvote 0 Downvote
Are you trying to convert the Cognos Macro into VBA, or call the Impromptu Macro from Access. If it's the latter, then just use this line. Shell(MacroFileName.mcx, vbNormalFocus) I am what I am based on the decisions I have made. DoubleD