First post!
This looks like the best of the excel forums, so here I am.. 
I've been teaching myself Excel using scroogle, but thought it might be wise to request some help with these macros..
Here's what I'm trying to do:
on SHEET:"LIST";
IF $D = "e" OR "s",
NextRow.
IF $D = "t",
IF $C = "" OR "0" OR "1",
INSERT (1)Row ABOVE,
COPY DOWN(formulas/validation),
(destination)$C = "",
(destination)$D = "s",
(source)$C = "",
(source)$D = "e".
IF $C > "1",
INSERT ($C)Rows ABOVE,
COPY DOWN(formulas/validation),
(destination)$C = "",
(destination)$D = "s",
(source)$C = "",
(source)$D = "e".
IF $D = "u",
IF $C = "" OR "0" OR "1",
INSERT (1)Row BELOW,
COPY DOWN(formulas/validation),
(destination)$C = "",
(destination)$D = "s",
(source)$C = "",
(source)$D = "e".
IF $C > "1",
INSERT ($C)Rows BELOW,
COPY DOWN(formulas/validation),
(destination)$C = "",
(destination)$D = "s",
(source)$C = "",
(source)$D = "e".
IF $D = "*"(character),
EXIT MACRO.
ELSE NextRow.
If someone could help me convert this to a macro, it would be much appreciated!
Bookmarks