Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copying Cells


I have a code that allows me to insert columns into my sheet. The column
is inserted with a name on 'row 10' and the date on 'row 9'. I would
like to add a code to a worksheet that would allow me to add the name
from 'row 10' and the date from 'row 9' to a row in that worksheet.

I would like to have the code in a userform so that it would be
something like:

textbox1.text = (row 9 and row 10 of the 'CGS worksheet')
textbox2.text = Range ("balance" or "waits" of the active worksheet)
optionbutton1 = Range("waits").EntireColumn.Insert
Worksheets('activeworksheet').Cells(11, Range("waits").Column -
1).Formula = TextBox1.Value
Else
Range("balance").EntireColumn.Insert
Worksheets('activeworksheet').Cells(11, Range("balance").Column -
1).Formula = TextBox1.Value

Now I think the trickiest part of this is to get the different
instances of rows 9 and 10 into different rows.

so that:
textboxt1 = (a9) and (a10)
textbox3 = (b9) and (b10)
and so on.


Help me out this is like the last part of my project and I can't wait
to finish this damn thing.

Thanks for your support.


--
oberon.black
------------------------------------------------------------------------
oberon.black's Profile: http://www.excelforum.com/member.php...o&userid=26732
View this thread: http://www.excelforum.com/showthread...hreadid=470624

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copying Cells


still looking for a little help here.


--
oberon.black
------------------------------------------------------------------------
oberon.black's Profile: http://www.excelforum.com/member.php...o&userid=26732
View this thread: http://www.excelforum.com/showthread...hreadid=470624

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copying Cells


help please


--
oberon.black
------------------------------------------------------------------------
oberon.black's Profile: http://www.excelforum.com/member.php...o&userid=26732
View this thread: http://www.excelforum.com/showthread...hreadid=470624

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copying Cells


still need help please advise.


--
oberon.black
------------------------------------------------------------------------
oberon.black's Profile: http://www.excelforum.com/member.php...o&userid=26732
View this thread: http://www.excelforum.com/showthread...hreadid=470624

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
Copying Cells lee Excel Discussion (Misc queries) 1 September 28th 06 10:11 PM
copying some cells cacique[_6_] Excel Programming 1 July 9th 05 12:14 AM
How do I skip blank cells when copying over a range of cells? tawells Excel Discussion (Misc queries) 2 June 7th 05 09:36 PM
Excel should allow cloaking of certain cells when copying cells b. LDI Woody Excel Worksheet Functions 1 March 11th 05 04:55 PM
Copying cells Jahson Excel Programming 1 February 5th 04 11:21 PM


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

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

About Us

"It's about Microsoft Excel"