Thread: Macro or VBA
View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
GAIL HORVATH GAIL HORVATH is offline
external usenet poster
 
Posts: 5
Default Macro or VBA

It worked once now I get error code 400

--
Gail M Horvath


Eastern Time Zone
"Greg Wilson" wrote in message
...
Correction to my post:-

Change the line:
i = 2: x = 0
To:
i = Selection.Row: x = Selection.Row - 1

Regards,
Greg