View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dennis dennis is offline
external usenet poster
 
Posts: 202
Default How to select a specific column with Excel VBA

Excel 2003

I am exporting hyperlink data from Access to Excel. I plan to use code from
Microsoft KB Article 271856 to turn the text in a specific Excel column back
into a working hyperlink.

I need help with VBA code to select that specific column in the worksheet
that contains the hyperlink data so I can run the code from the KB article.

--
Dennis