Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help my computer is alive and runnign apps all alone!! is it
#4
Quote:would it be possible to run the kind of macro i need from excel?
To run QM macro "X" from Excel macro:

Code:
Copy      Help
dim qm, macro
qm="c:\program files\quick macros 2\qmcl.exe"
macro="X"
Shell qm & " M " & chr(34) & macro & chr(34)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)