Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hiya Board,
I have a workbook that contains 10 worksheets, Page one is for data input, This is what I am trying to acheive....... Copy data in row 3 and automatically move it to another worksheet... dependant on what I enter in cell A1. (Lets say the names of the other worksheets are Red White Blue...etc) So if I enter "Red" in A1.. The data is sent to the chosen worksheet. (data sent must append to the existing data) I know this is asking a lot, but any help or pointers in the right direction would be greatly appreciated, (I have learned how to copy data from one sheet to another (appended) but i cannot figure this one out. Kind Regards Stephen. ![]() |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Since you already know how to copy to the other ws, this should help.
Sub otherws() x = Sheets("othersheet").Cells(65536, "A").End(xlUp).Row + 1 MsgBox x End Sub "Ste_uk" wrote in message ... Hiya Board, I have a workbook that contains 10 worksheets, Page one is for data input, This is what I am trying to acheive....... Copy data in row 3 and automatically move it to another worksheet... dependant on what I enter in cell A1. (Lets say the names of the other worksheets are Red White Blue...etc) So if I enter "Red" in A1.. The data is sent to the chosen worksheet. (data sent must append to the existing data) I know this is asking a lot, but any help or pointers in the right direction would be greatly appreciated, (I have learned how to copy data from one sheet to another (appended) but i cannot figure this one out. Kind Regards Stephen. ![]() |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Wow - Thanks for the speedy response!
I give them a go, Kind Regards Stephen :D |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ron
Finally got around to trying the code.... It does exactly as I requested (thank you) However it has created other unforseen issues that I now need to tackle, I will give them a go but dont be suprised if you see another post in a weeks time! Once again, Many thanks for your help Kind regards Stephen. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
send excel worksheet using email | Excel Discussion (Misc queries) | |||
Send worksheet by E-Mail | Excel Discussion (Misc queries) | |||
how can I send a cell value to another worksheet? | Excel Worksheet Functions | |||
I only want to send one worksheet from excel not the all the work. | Excel Discussion (Misc queries) | |||
Is it possible to send a worksheet without the unhidden data? | Excel Worksheet Functions |