Set a variable to a value in a cell(X=Row,Y=Column):
variable_name = Worksheets(“sheet_name”).Cells(X, Y).Value
Set a variable to a value in a cell(X=Row,Y=Column):
variable_name = Worksheets(“sheet_name”).Cells(X, Y).Value
Clear the clipboard:
Application.CutCopyMode = False
Select all cells that currently have data from a starting point “F1”:
Range(“F1”).Select
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
Turn Off Auto Cal:
Application.Calculation = xlCalculationManual
Turn On Auto Cal:
Application.Calculation = xlCalculationAutomatic
autocal
Have a message box pop up with an “OK” button
MsgBox “Starting Update ALL – Wait for Done Message!”
Switch to a different sheet:
Sheets(“Example_Sheet”).Select
Run a Macro from within a macro:
Application.Run “‘file_name.xlsm’!name_of_macro”
or
Application.Run “name_of_macro”
Just ran across this video… makes you think! Chipotle did a very good job.. Bowl Please!! They have other interesting video on their You Tube Channel!
Watch “The Scarecrow,” the companion film for Chipotle’s new app-based game. Then download the free app at http://www.scarecrowgame.com and join the quest for wholesome, sustainable food.
Great short film!! It get you at the end.. must watch!!
Disney Offered a Job to the Student That Created This Animation. After Watching It, I Can See Why.
You must be logged in to post a comment.