Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default Select Cell in first blank column of a row

I have code that copies a range from worksheet1, selects worksheet2, then
finds the last row of data and pastes the new data into the first blank row.
What I need now is to copy data from worksheet3 (in a different workbook),
find the last row of data in worksheet2 and paste the data into the first
blank column at the end of the last row of data.
In essence combining data from worksheets 1&3 into the next blank row of
worksheet2.

Thank you
--
dhunter43
The Performance Advantage, LLC
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Select Cell in first blank column of a row

You do it just like WS1, only you chant the references to
Workbooks("DifferentOne").worksheets(3).Range("Ran geToCopy").

"dhunter43" wrote:

I have code that copies a range from worksheet1, selects worksheet2, then
finds the last row of data and pastes the new data into the first blank row.
What I need now is to copy data from worksheet3 (in a different workbook),
find the last row of data in worksheet2 and paste the data into the first
blank column at the end of the last row of data.
In essence combining data from worksheets 1&3 into the next blank row of
worksheet2.

Thank you
--
dhunter43
The Performance Advantage, LLC

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default Select Cell in first blank column of a row

I thought so except the data from worksheet3 is overwriting the data from
worksheet1 in columns "A:F" instead of going to the first blank column "AG"
and populating the data there.
--
dhunter43
The Performance Advantage, LLC


"JLGWhiz" wrote:

You do it just like WS1, only you chant the references to
Workbooks("DifferentOne").worksheets(3).Range("Ran geToCopy").

"dhunter43" wrote:

I have code that copies a range from worksheet1, selects worksheet2, then
finds the last row of data and pastes the new data into the first blank row.
What I need now is to copy data from worksheet3 (in a different workbook),
find the last row of data in worksheet2 and paste the data into the first
blank column at the end of the last row of data.
In essence combining data from worksheets 1&3 into the next blank row of
worksheet2.

Thank you
--
dhunter43
The Performance Advantage, LLC

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
VBA: Column Select then Data Select then return to cell A1 James C[_2_] Excel Discussion (Misc queries) 3 February 1st 10 11:35 AM
Select all cells in a column up to a blank cell nemadrias Excel Programming 2 June 28th 06 09:02 PM
I want to select the first blank cell in column A Greegan Excel Worksheet Functions 7 March 13th 05 12:56 PM
Select through last non blank row in a column eric Excel Programming 1 January 29th 04 07:29 PM
Select blank cell Hodar Excel Programming 6 January 21st 04 02:18 PM


All times are GMT +1. The time now is 09:37 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"