![]() |
get value from cell
How do I get a value from a cell (A1) what I want is the day of a date from
the cell to add one ot it and put it back. thanks all |
get value from cell
|
get value from cell
This should do it.
Dim a As Date a = Range("a1").Value + 1 Range("A1") = a " wrote: How do I get a value from a cell (A1) what I want is the day of a date from the cell to add one ot it and put it back. thanks all |
All times are GMT +1. The time now is 05:42 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com