Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Nigel" wrote in message ... Hi Bob, Sorry, i forgot to mention that the Textbox is actually a combobox :-) and it is on another sheet called "Contacts Page". Everything works from here and the "Contacts" sheet is hidden. the next cell is found and row inserted without actually opening the sheet. Presumably ws points to 'Contacts Page' and the combo is on some other page? iRow = ws.Cells(Rows.Count, 1) _ .End(xlUp).Offset(1, 0).Row ws.Rows(iRow).Insert ActiveSheet.ComboBox1.ListFillRange = "'Contacts Page'!A3:G" & iRow should work, it did in my tests |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding a new row with a macro | Excel Discussion (Misc queries) | |||
Adding to a Macro | Excel Discussion (Misc queries) | |||
Adding a Tab in a Macro | Excel Discussion (Misc queries) | |||
Adding Row to this macro | Excel Discussion (Misc queries) | |||
Adding row Macro | Excel Programming |