View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Label Click to open Word Document

You are very welcome!

The method in Peterson's post should be used if you need to control the Word
app from VBA
--
Gary''s Student - gsnu200799


"NateBuckley" wrote:

Thanks a lot. One of those simple things I've not done yet and couldn't
remember.

Thanks for your guiding reply.



"Gary''s Student" wrote:

ActiveWorkbook.FollowHyperlink Address:="file:///C:\Temp\Number.doc"
--
Gary''s Student - gsnu200799