Hi all !!! I came across this board last week when my HR admin. needed a way to calculate age from an employee's birthdate. And you guys that helped me out, I thank you !!! I am the Reports Analyst/Officer at a small size title clearing company. I have worked with Excel and Access at my previous job (Night Auditor), but never to this degree. Formulas, equations, VB, etc. I never knew that one could accomplish so much with a "spreadsheet program". My career goal was to become MCSE, now I am leaning towards the programming and software side of it.
Anyways, I am learning a lot from the members here, so much that my head hurts everyday when I leave work; spending way too much time on this site !!! I have started to learn about macros, and writing them. I have used the "record" function of excel to create the few that I have needed. My question is this: Where does one write the codes for various functions?? Do I need the Analysis Tool-Pak or Analysis Tool-Pak-VBA?? Is that how one writes scripts and formulas to modify worksheets?? See below for example:
Code:
Sub Macro1()
Sheets.Add after:=Worksheets(Worksheets.Count)
ActiveSheet.Name = Format(Now() + 1, "MM-DD-YY")
End Sub
Anyone that can point me in the right direction, I would be extremely grateful. I have found the archives from this site and am pouring over the how-to's and help files. My MIS told me that a good place to start is to learn VB.net. However I am having a hard time finding a book that covers it from a total beginner's point of view.
Thanks, and sorry for the long read.
-Ken
Anyways, I am learning a lot from the members here, so much that my head hurts everyday when I leave work; spending way too much time on this site !!! I have started to learn about macros, and writing them. I have used the "record" function of excel to create the few that I have needed. My question is this: Where does one write the codes for various functions?? Do I need the Analysis Tool-Pak or Analysis Tool-Pak-VBA?? Is that how one writes scripts and formulas to modify worksheets?? See below for example:
Code:
Sub Macro1()
Sheets.Add after:=Worksheets(Worksheets.Count)
ActiveSheet.Name = Format(Now() + 1, "MM-DD-YY")
End Sub
Anyone that can point me in the right direction, I would be extremely grateful. I have found the archives from this site and am pouring over the how-to's and help files. My MIS told me that a good place to start is to learn VB.net. However I am having a hard time finding a book that covers it from a total beginner's point of view.
Thanks, and sorry for the long read.
-Ken