Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do I understand correctly that you need to know how to use VBA to use macros
in Excel? I am an educator and have an end user who wants to record macros, but neither of us knows VBA. The end user cannot give me an examples of what she wants to record as a macro, but would like to know the process. I don't want to show her how if at some time in the future we need to use VBA. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
SueW wrote:
Do I understand correctly that you need to know how to use VBA to use macros in Excel? I am an educator and have an end user who wants to record macros, but neither of us knows VBA. The end user cannot give me an examples of what she wants to record as a macro, but would like to know the process. I don't want to show her how if at some time in the future we need to use VBA. XL2007 macro recording is hopelessly broken. Use XL2003 and remain sane. Regards, Martin Brown |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It's hopelessly broken only if you installed the beta of Excel 2010!
Otherwise, it works just fine. Uninstall 2010, reinstall 2007 AND 2010, macros should be ok "Martin Brown" wrote in message ... SueW wrote: Do I understand correctly that you need to know how to use VBA to use macros in Excel? I am an educator and have an end user who wants to record macros, but neither of us knows VBA. The end user cannot give me an examples of what she wants to record as a macro, but would like to know the process. I don't want to show her how if at some time in the future we need to use VBA. XL2007 macro recording is hopelessly broken. Use XL2003 and remain sane. Regards, Martin Brown |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sue-
Macros are recorded in the programming language VBA (Visual Basic for Applications). Knowing VBA can certainly help a user extend the functionality of their macros, but in-depth knowledge of VBA is not generally required to record and use simple macros. However, in my experience, a very basic knowledge of the Excel object model in VBA is helpful. When Excel records a macro, it records exactly what you do in Excel, but does not always record enough 'context' information to make every recorded macro work "right out of the box". So there may be situations where your recorded macro doesn't work the first time you try to run it. If this occurs, if you simply post your macro code to this newsgroup with a clear explanation about what you were expecting it to do, and what it is actually doing, then helpful contributors in this group will modify your macro so it works properly, and usually with enough information that you'll start learning a little VBA along the way Best, Keith "SueW" wrote: Do I understand correctly that you need to know how to use VBA to use macros in Excel? I am an educator and have an end user who wants to record macros, but neither of us knows VBA. The end user cannot give me an examples of what she wants to record as a macro, but would like to know the process. I don't want to show her how if at some time in the future we need to use VBA. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you. I will pursue my education with the end user.
"ker_01" wrote: Sue- Macros are recorded in the programming language VBA (Visual Basic for Applications). Knowing VBA can certainly help a user extend the functionality of their macros, but in-depth knowledge of VBA is not generally required to record and use simple macros. However, in my experience, a very basic knowledge of the Excel object model in VBA is helpful. When Excel records a macro, it records exactly what you do in Excel, but does not always record enough 'context' information to make every recorded macro work "right out of the box". So there may be situations where your recorded macro doesn't work the first time you try to run it. If this occurs, if you simply post your macro code to this newsgroup with a clear explanation about what you were expecting it to do, and what it is actually doing, then helpful contributors in this group will modify your macro so it works properly, and usually with enough information that you'll start learning a little VBA along the way Best, Keith "SueW" wrote: Do I understand correctly that you need to know how to use VBA to use macros in Excel? I am an educator and have an end user who wants to record macros, but neither of us knows VBA. The end user cannot give me an examples of what she wants to record as a macro, but would like to know the process. I don't want to show her how if at some time in the future we need to use VBA. |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You understand correctly.
"SueW" wrote in message ... Do I understand correctly that you need to know how to use VBA to use macros in Excel? I am an educator and have an end user who wants to record macros, but neither of us knows VBA. The end user cannot give me an examples of what she wants to record as a macro, but would like to know the process. I don't want to show her how if at some time in the future we need to use VBA. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Macros in 2007 | Excel Programming | |||
help with macros in Excel 2007 | Excel Discussion (Misc queries) | |||
Excel 2007, I write macros in 2003 is 2007 similar for VBA? Pros andcons please | Excel Programming | |||
Excel 2007 macros - how to merge 5 macros together into one | Excel Discussion (Misc queries) | |||
Macros in Excel 2007 | Excel Discussion (Misc queries) |