|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by NewtoApple in AppleScript, Snow Leopard (OS 10.6), Microsoft Excel Spreadsheet Software, Spreadsheet Software
Hi, I am new to apple and need to convert my old pc based macros, written in vba to applescript if I understand correctly
The code below allow me to insert the a number 1 higher than any other number in the column that contains the selected cell.
1:
2:
3:
4:
5:
|
Public Sub InsertNextNumber()
ActiveCell = Application.Max(ActiveCell.EntireColumn) + 1
End Sub
|
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625