Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to write a code that will generate a comment box if the user
enters a value not equal to the value I set. All my values are entered in column B. How do I need to word the code so that if the active cell is anywhere on row 4, the cell value is compared to B4, If the active cell is M27 then its value is compared to B27, etc. This is the portion of the code I am talking about. If Target < WHAT DO I PUT HERE??? Then With Target .AddComment .Comment.Text Text:=Application.UserName & ":" & Chr(10) .Comment.Visible = True End With End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Active row cell reference | Excel Worksheet Functions | |||
Active Cell Reference | Excel Worksheet Functions | |||
Select specific cells in same row as active cell | Excel Programming | |||
Select specific cells in same row as active cell | Excel Programming | |||
Active cell is within a specific range | Excel Programming |