How can we execute an existing macro through formula. For example if the cell value is true then execute macro xyz and if false then abc. please let me know any tutorial which is already posted otherwise help me to do this. Thank you
Regarding videos on VBA sure they are many on YouTube but unfortunately not consistent with teaching/coaching VBA for beginner , you may noticed a scattered topics that are not aimed at different tasks and not meant for beginner or new user of VBA
What Im aiming for and surly others readers is A dedicated series of videos for beginners in VBA but with proficient background in Excel like myself.
well... I think that you created the dynamic range (with the offset function) to refresh the "All's sheet", so if I create a table, it can refresh the "All's sheet" too, but it would be easier.
Thanks for your attention
Sorry for my english, I'm from latinamerica and my english is not the best....
Yes, but when you use a 2007 Table with Data Validation, you would have to use the INDIRECT function and put the table name and field name in quotes, like this:
oh im so silly sry. i wrote macro magic in the search an i klicked the first video, so it was yours and i dont watched and wrote what is this program. so i wanted only to know what is macro magic. sry again
How can we execute an existing macro through formula. For example if the cell value is true then execute macro xyz and if false then abc. please let me know any tutorial which is already posted otherwise help me to do this. Thank you
MSOplus 6 months ago
Hi
Do you have any dedicated video series on basics of Visual Basics programming in excel
axy136 2 years ago
I do not. But if you search YouTube, you can find many.
ExcelIsFun 2 years ago
@ExcelIsFun
Thanks for video it was very helpful...
Regarding videos on VBA sure they are many on YouTube but unfortunately not consistent with teaching/coaching VBA for beginner , you may noticed a scattered topics that are not aimed at different tasks and not meant for beginner or new user of VBA
What Im aiming for and surly others readers is A dedicated series of videos for beginners in VBA but with proficient background in Excel like myself.
6642633 1 year ago
I am no good with VBA and so I can not do it. The only video series like the one you want is for $49 from mrexcel[dot]com
ExcelIsFun 1 year ago
Hi Excel is fun, thank you for upload this videos, I have learned a lot.
Can I do this same thing, with table, instead of dynamic range???.. thanks
hapkman12 2 years ago
Dear hapkman12,
What do you mean "same thing"? I am not sure what you are asking.
--excelisfun
ExcelIsFun 2 years ago
well... I think that you created the dynamic range (with the offset function) to refresh the "All's sheet", so if I create a table, it can refresh the "All's sheet" too, but it would be easier.
Thanks for your attention
Sorry for my english, I'm from latinamerica and my english is not the best....
hapkman12 2 years ago
Dear hapkman12,
Yes, but when you use a 2007 Table with Data Validation, you would have to use the INDIRECT function and put the table name and field name in quotes, like this:
=INDIRECT("Table1[DataField]")
--excelisfun
ExcelIsFun 2 years ago
Dear hapkman12,
For a slightly different approach, watch this video:
Excel Magic Trick # 259: Dynamic DV List Based On DV List
--excelisfun
ExcelIsFun 2 years ago
oh im so silly sry. i wrote macro magic in the search an i klicked the first video, so it was yours and i dont watched and wrote what is this program. so i wanted only to know what is macro magic. sry again
HerrenbachStyle 3 years ago
Dear HerrenbachStyle,
No problem.
--excelisfun
ExcelIsFun 3 years ago
what is this program? i dont understand....
HerrenbachStyle 3 years ago
Dear HerrenbachStyle,
The program is Excel.
--excelisfun
ExcelIsFun 3 years ago
big thx for this work, is very nice
firewallks 3 years ago
Dear firewallks,
I am glad that is useful! Knowing how to run the Macro as both Absolute and Relative is useful!
--excelisfun
ExcelIsFun 3 years ago