Thread: Edit Links
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Edit Links

Sub h_wizard()
Application.SendKeys ("^k")
DoEvents
End Sub
--
Gary''s Student - gsnu200753


"Steve" wrote:

Is there a way to write a macro to call the edit links dialogue box up?