Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi all !! good afternoon !!!
i want to remerciate the microsoft forum for the precious help. i need this: If "my.condition.true" Then add 1 to the value of cell "b5" End If Ty all for interesting !! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi pls123
With Sheets("Sheet1") .Range("B5").Value = .Range("B5").Value + 1 End With -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "pls123" wrote in message ... hi all !! good afternoon !!! i want to remerciate the microsoft forum for the precious help. i need this: If "my.condition.true" Then add 1 to the value of cell "b5" End If Ty all for interesting !! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi ron tyvm
i don't understand the needing of " with " !! "Ron de Bruin" wrote: Hi pls123 With Sheets("Sheet1") .Range("B5").Value = .Range("B5").Value + 1 End With -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "pls123" wrote in message ... hi all !! good afternoon !!! i want to remerciate the microsoft forum for the precious help. i need this: If "my.condition.true" Then add 1 to the value of cell "b5" End If Ty all for interesting !! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
i don't understand the needing of " with " !! Now I only have to use Sheets("Sheet1") one time and if I want to edit the sheet name I only have to do it one time This is the same Sheets("Sheet1") .Range("B5").Value = Sheets("Sheet1") .Range("B5").Value +1 -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "pls123" wrote in message ... hi ron tyvm i don't understand the needing of " with " !! "Ron de Bruin" wrote: Hi pls123 With Sheets("Sheet1") .Range("B5").Value = .Range("B5").Value + 1 End With -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "pls123" wrote in message ... hi all !! good afternoon !!! i want to remerciate the microsoft forum for the precious help. i need this: If "my.condition.true" Then add 1 to the value of cell "b5" End If Ty all for interesting !! |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ah yes !! now i remember, sorry !!!
ty ron , see you next !! "Ron de Bruin" wrote: Hi i don't understand the needing of " with " !! Now I only have to use Sheets("Sheet1") one time and if I want to edit the sheet name I only have to do it one time This is the same Sheets("Sheet1") .Range("B5").Value = Sheets("Sheet1") .Range("B5").Value +1 -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "pls123" wrote in message ... hi ron tyvm i don't understand the needing of " with " !! "Ron de Bruin" wrote: Hi pls123 With Sheets("Sheet1") .Range("B5").Value = .Range("B5").Value + 1 End With -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "pls123" wrote in message ... hi all !! good afternoon !!! i want to remerciate the microsoft forum for the precious help. i need this: If "my.condition.true" Then add 1 to the value of cell "b5" End If Ty all for interesting !! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing Options | Excel Discussion (Misc queries) | |||
Populate a cell if values in cell 1 and cell 2 match cell 3 and 4 | Excel Worksheet Functions | |||
Populate a cell if values in cell 1 and cell 2 match cell 3 and 4 | Excel Programming | |||
NEED VBA TO SELECT A CELL; NOTE THE CELL VALUE;COPYADJ CELL;FIND CELL VALUE IN A RANGE AND SO ON | Excel Programming | |||
How to create/run "cell A equals Cell B put Cell C info in Cell D | Excel Discussion (Misc queries) |