Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Have a range of sheets: 12May 19May etc In a userform I grab the correct sheet using: Dim grabdate As String 'a drop down with names of the sheets grabdate = cboE2WeekBeg.Value Sheets(grabdate).Select All works fine. I then want a listbox to display a set range of cells but from the selected worksheet. Have tried lstE2WeekSelected.RowSource = ActiveSheet.Range("a3:j26") and sheets(grabdate!a3:j26) but both throw errors. Any help appreciated Mick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Listbox 2 takes the value of Listbox 1 | Excel Discussion (Misc queries) | |||
listbox B conditional of input in Listbox A | Excel Discussion (Misc queries) | |||
Listbox B if LIstbox A equals | Excel Discussion (Misc queries) | |||
Populating another tab. | Excel Discussion (Misc queries) | |||
Listbox | New Users to Excel |