View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Kelly[_9_] Kelly[_9_] is offline
external usenet poster
 
Posts: 13
Default Is this macro scenario possible using VBA?

Aloha again Mark,

I'm having trouble changing the desired column I'd like to apply this
macro to. From what I can tell, I'm supposed to edit

LastRow = Cells(Rows.Count, "A")

So, the "A", correct? Or am I totally off? When I change it to "B" or
"AA", it doesn't seem to pick up on the values in this column. I know
I'm probably doing something incorrectly. Any advice would be greatly
appreciated.

Mahalo,

Kelly



*** Sent via Developersdex http://www.developersdex.com ***