View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ChuckS[_2_] ChuckS[_2_] is offline
external usenet poster
 
Posts: 2
Default program next column

Hello,
I have a couple of user forms including text boxes that I would like to use
to complete cells in a spreadsheet. I need to look for the next empty cell to
start the data in column a. I have this code working fine but is there a
simple way to increment the c.address by one column marker to shift from a to
b, b to c and so on.