Hi, I am new to programming so please bear with me. I have pieced together a code which accomplished what I want it to do (creates bar graphs with a target line). Now I am just trying to simplify the code.
For example, I don't want to activate and select windows...inste ad I would like to just call worksheets directly. Also, I think the graph definitions can be cleaned, I just don't know how.
Would appreciate any guidance!...
Search Result
Collapse
2 results in 0.0033 seconds.
Keywords
Members
Tags
-
Help to simplify excel vba code
-
Active Directory Usage in VBA
Having come across this from ADezii's code in having access send an email, email automation, I felt this was something I'd benefit from progressing with.
I have determined that the CreateObject() function appears to be from basic VBA, though I'm not sure where I would find information as to which string values could be used as the [Application.]Class parameter.
I'm interested in finding where the roots may be found for...