Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have this coding
Private Sub CommandButton1_Click() Application.ScreenUpdating = False Application.Calculation = xlCalculationManual lastrow = Cells(Rows.Count, "a").End(xlUp).Row For Each c In Range("b2:b" & lastrow) c.Offset(, 5) = c & " [" & c.Offset(, 2) & "]" Next c Application.ScreenUpdating = False Application.Calculation = xlCalculationAutomatic End Sub It basically takes two cells and merges them together to make one. what I want to do is take the post and merge the two cells together on a different sheet. Currently the line c.offset......... is what creates it but have been having difficulties moving it to the otehr sheet. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200903/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Re-post: Code to make sheet very hidden based on date | Excel Discussion (Misc queries) | |||
Post to a Sheet Depending on a Value within a Cell Q | Excel Programming | |||
Does anyone know how I can seperate a post code in my data sheet? | Excel Discussion (Misc queries) | |||
Opening Recovered Sheet - 3rd Post | Excel Programming | |||
Opening Recovered Sheet - 2nd Post | Excel Programming |