Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Lambs -
One approach would be to use the TopLeftCell and OffSet properties as follows (modify the column offset to suit): Private Sub ComboBox1_Change() With Me.ComboBox1.TopLeftCell .Offset(0, 5) = Application.UserName .Offset(0, 6) = Date End With End Sub -- Jay "Lambs" wrote: Hello, Programming is not my forte, so apologies for stating the obvious. I want to code so that on selecting an option in a combo box, the cell to the right of the combo box returns the current user's name, and then the date the next cell along. I can see from other posts that there is an 'on change' routine. I want a few of these boxes, however, so I'd like the code to be relative to the particular box, rather than an absolute reference, which I'd have to keep re-jigging. Is there a way to 'cheat', for instance by working off the 'tied' cell which returns 1,2,3, etc., depending on which option is selected? Many thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Syntax for control source in combo box control | Excel Discussion (Misc queries) | |||
Disable dropdown list (Combo box -"Form control") | Excel Worksheet Functions | |||
"Combo Box - getting control combo box to stick in place in worksh | Excel Discussion (Misc queries) | |||
"Combo Box - getting control combo box to stick in place in worksh | Excel Discussion (Misc queries) | |||
Control Tab from Combo box- format control missing!! | Excel Discussion (Misc queries) |