Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I want to create a button when I click on it a new row will apper. In need the code in VBS. Thanks for all the helpers. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With a cell in Col A selected this will insert a new row above the selected
cell. Sub insertrow() ActiveCell.Insert Shift:=xlDown End Sub "DorZki" wrote: Hi, I want to create a button when I click on it a new row will apper. In need the code in VBS. Thanks for all the helpers. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Record a macro in Excel and see the code.
Amend for your VBScript environment. NickHK "DorZki" wrote in message ... Hi, I want to create a button when I click on it a new row will apper. In need the code in VBS. Thanks for all the helpers. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|