Thread
:
how to run a command from a cell
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
Posts: 8,520
how to run a command from a cell
Hi Dear
You can use the below piece of code to call a exe from VBA. Post back for
any help
Shell Range("A1"),vbNormalFocus
If this post helps click Yes
---------------
Jacob Skaria
Reply With Quote
Jacob Skaria
View Public Profile
Find all posts by Jacob Skaria