View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default 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