Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How do I detect the first empty cell is column A

I need to copy information from worksheet A and put that information the
first blank cell of Column A in worksheet B in a macro.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default How do I detect the first empty cell is column A

Hi, this will detect last row of column A on the current sheet.

Dim LastRow As Long
LastRow = Cells(Rows.Count, "A").End(xlUp).Row


--
Cheers
Nigel



"PJ0779" wrote in message
...
I need to copy information from worksheet A and put that information the
first blank cell of Column A in worksheet B in a macro.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Go To the next empty cell in Column A DaddyRay Excel Worksheet Functions 4 April 4th 23 11:27 AM
detect empty cell mike allen[_2_] Excel Programming 7 July 17th 04 10:55 AM
Detect whether a row is completely empty Cor Steeghs Excel Programming 3 August 15th 03 05:18 PM
VBA to copy to empty cell directly below a cell when analogous cells in different column have same value as each other? Steven Rosenberg Excel Programming 0 August 5th 03 06:10 AM
VBA to copy to empty cell directly below a cell when analogous cells in different column have same value as each other? SROSENYC Excel Programming 1 August 5th 03 04:34 AM


All times are GMT +1. The time now is 02:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"