View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
beginner here beginner here is offline
external usenet poster
 
Posts: 25
Default Linking a VBA button to Excel cell

Thanks for the additional help, but I'm stilling getting an error. This time
it is saying: Invalid procedure call or argument

So here is my present code with the changes:

Shell ("C:\Program Files\Adobe\" & Range("F4") & ".pdf")

Steve