![]() |
|
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Sep 2002
Posts: 30
|
Hi,
I need a macro that divides the number in the active cell by 10, and pastes the new number in the same cell - Can anyone help? Thanks, Frank |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,771
|
ActiveCell.Value = ActiveCell.Value / 10
|
|
|
|
|
|
#3 |
|
Join Date: Sep 2002
Posts: 30
|
Thanks,
That was quick and easy: I would like learn at least some basic VBA skills - any recommendation where to start? Frank |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|