View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jay[_12_] Jay[_12_] is offline
external usenet poster
 
Posts: 1
Default Selecting Multiple Columns

How can I select multiple columns in Excel using VBA when
the number of columns is a variable? I have a variable
that tells me how many columns to select. How can I make
VB select the number of columns (for hiding) based on the
variable that I have?

Jay