Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Several of you have helped me in the past with code, for that I am very
grateful for all of your help. However, this VBA is still very hard for me to do on my own, with out a lot of help. Now if I could restore the line numbers to VBA, then I know that I could do my own coding, or can I by recording a Macro, see how to write a statement with the If€¦End if, I havent been able to figure that out as of yet. Is there a way to restore those annoying line numbers? Steve |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bump
"caldog" wrote: Several of you have helped me in the past with code, for that I am very grateful for all of your help. However, this VBA is still very hard for me to do on my own, with out a lot of help. Now if I could restore the line numbers to VBA, then I know that I could do my own coding, or can I by recording a Macro, see how to write a statement with the If€¦End if, I havent been able to figure that out as of yet. Is there a way to restore those annoying line numbers? Steve |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Steve
Do you mean line numbers in the VBE? To do this you would need a COM addin called MZTools. www.mztools.com. It is free and has a lot of other helpful features as well as line numbering your code. You can't record If statements but have a look in visual basic help. They are pretty well described. Hope this helps Rowan caldog wrote: Bump "caldog" wrote: Several of you have helped me in the past with code, for that I am very grateful for all of your help. However, this VBA is still very hard for me to do on my own, with out a lot of help. Now if I could restore the line numbers to VBA, then I know that I could do my own coding, or can I by recording a Macro, see how to write a statement with the If€¦End if, I havent been able to figure that out as of yet. Is there a way to restore those annoying line numbers? Steve |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Rown for you reply, but I must be a complete idiot, becasue those
instructions, confuse me more then help me. O well Steve "Rowan Drummond" wrote: Hi Steve Do you mean line numbers in the VBE? To do this you would need a COM addin called MZTools. www.mztools.com. It is free and has a lot of other helpful features as well as line numbering your code. You can't record If statements but have a look in visual basic help. They are pretty well described. Hope this helps Rowan caldog wrote: Bump "caldog" wrote: Several of you have helped me in the past with code, for that I am very grateful for all of your help. However, this VBA is still very hard for me to do on my own, with out a lot of help. Now if I could restore the line numbers to VBA, then I know that I could do my own coding, or can I by recording a Macro, see how to write a statement with the If€¦End if, I havent been able to figure that out as of yet. Is there a way to restore those annoying line numbers? Steve |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Steve
It could just be me that is confused <g. What line numbers are you wanting to restore? Regards Rowan caldog wrote: Thanks Rown for you reply, but I must be a complete idiot, becasue those instructions, confuse me more then help me. O well Steve "Rowan Drummond" wrote: Hi Steve Do you mean line numbers in the VBE? To do this you would need a COM addin called MZTools. www.mztools.com. It is free and has a lot of other helpful features as well as line numbering your code. You can't record If statements but have a look in visual basic help. They are pretty well described. Hope this helps Rowan caldog wrote: Bump "caldog" wrote: Several of you have helped me in the past with code, for that I am very grateful for all of your help. However, this VBA is still very hard for me to do on my own, with out a lot of help. Now if I could restore the line numbers to VBA, then I know that I could do my own coding, or can I by recording a Macro, see how to write a statement with the If€¦End if, I havent been able to figure that out as of yet. Is there a way to restore those annoying line numbers? Steve |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Rown,
I'm working with a code that saves open workbooks. My problem is there is one workbook that I don't want to save, everytime I try to figure out to use a if statement, it just dosen't work. It is only looking at the one file I don't need to save. It is not even getting to the others at all. Now if programming the old fashion way by using line numbers in my code I know how to get around this problem. Example: 10 If A=1 then 20 Goto 50 30 Else 40 Save Activeworkbook.name ("insert workbook name here") 50 Endif My problem is step 20, I can't figure out to have system check all open workbooks, and save them all but one. Steve-the frustrated man "Rowan Drummond" wrote: Hi Steve It could just be me that is confused <g. What line numbers are you wanting to restore? Regards Rowan caldog wrote: Thanks Rown for you reply, but I must be a complete idiot, becasue those instructions, confuse me more then help me. O well Steve "Rowan Drummond" wrote: Hi Steve Do you mean line numbers in the VBE? To do this you would need a COM addin called MZTools. www.mztools.com. It is free and has a lot of other helpful features as well as line numbering your code. You can't record If statements but have a look in visual basic help. They are pretty well described. Hope this helps Rowan caldog wrote: Bump "caldog" wrote: Several of you have helped me in the past with code, for that I am very grateful for all of your help. However, this VBA is still very hard for me to do on my own, with out a lot of help. Now if I could restore the line numbers to VBA, then I know that I could do my own coding, or can I by recording a Macro, see how to write a statement with the If€¦End if, I havent been able to figure that out as of yet. Is there a way to restore those annoying line numbers? Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Restoring | Excel Discussion (Misc queries) | |||
Restoring Filter | Excel Discussion (Misc queries) | |||
Restoring toolbar | New Users to Excel | |||
Line numbers some numbers are blue some are black | Excel Discussion (Misc queries) | |||
Activating & Restoring | Excel Programming |