View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
poppy poppy is offline
external usenet poster
 
Posts: 1
Default Find last column with data

Hi Experts

I am trying to find the last column with data in my sheet. I tried thi
code, but it is giving me errors. Do you have any ideas what I'm doin
wrong?

lastcol = Cells(Columns.Count, "2").End(xlLeft).Column

Kind Regard

--
Message posted from http://www.ExcelForum.com