Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Oscar" wrote:
my first aim was to do conect the excel spreedsheet with a COM add-in in which i could asing the active cell to a textbox in a form but i have the problem that the form hide when i focus excel, so I decide to develop a xla with a user which do the same. Well I still don't really understand what you are trying to do. Ask the user a question? Display information to the user? Something with a form? Anyway: If you want to IDENTIFY the active cell: set theCell = ActiveCell If you want to GET THE CONTENTS of the active cell: theValue = ActiveCell.value If you want to PUT something INTO the active cell: ActiveCell.value = "something" Maury |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row select mode to highlight active row of active cell | Excel Discussion (Misc queries) | |||
set the background color of the current cell(active cell) | New Users to Excel | |||
referring to formula in a non active cell from active cell | Excel Discussion (Misc queries) | |||
find text in a cell and make cell 2 cells below that active | Excel Programming | |||
Select First Active Cell if the cell is in a pivot table | Excel Programming |