> In this Macro, the cell shifts to the right one column. If I want to shift
> the cell four columns, do I change the "x1" to "x4"
[quoted text clipped - 9 lines]
> > ActiveCell.Insert Shift:=xlToRight
> > End Sub
Mr.Peterson,
As you can see by my comment regarding "x1", I'm not well versed in VBA.
So perhaps you can understand my confusion when you mention "General
Module". When I cut and paste the script to the Macro, the word "general"
appears at the top of the screen to the right. Is this a "general module"?
If it is, I still can't seem to get the Macro to show up in the Macro
option for customizing my toolbar. I've been searching the Web to find out
about "general modules", but have had no success. Is there somewhere I can
get this information or maybe you can give me a quick explanation.
Thanks
Jerry
> That's actually XLToRight (ex-ell, as in xl=excel)
>
[quoted text clipped - 13 lines]
> and click the Options button
> assign your shortcut combo there.
Sandy Mann - 19 Sep 2007 09:47 GMT
> Module". When I cut and paste the script to the Macro, the word "general"
> appears at the top of the screen to the right. Is this a "general
> module"?
If you mean in the LEFT-hand box at the top of the module screen, then yes
that is a General module.

Signature
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk
> Mr.Peterson,
>
[quoted text clipped - 30 lines]
>> and click the Options button
>> assign your shortcut combo there.
Dave Peterson - 19 Sep 2007 12:14 GMT
If you saw that (General) under the worksheet module (rightclicking on the
worksheet tab and selecting view code), then this is not the correct location.
Open your workbook
open the VBE (hit alt-f11)
Hit ctrl-r to see the project explorer (like windows explorer)
Click on your project to select it
Insert|Module (from the menu bar)
You'll see Module# inside the project explorer. This is where the code goes.
And you should remove the code you have in the other locations.
> Mr.Peterson,
>
[quoted text clipped - 27 lines]
> > and click the Options button
> > assign your shortcut combo there.

Signature
Dave Peterson