Deprecated: Assigning the return value of new by reference is deprecated in /home/excel/public_html/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /home/excel/public_html/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/excel/public_html/wp-includes/theme.php on line 507

Warning: trim() expects parameter 1 to be string, array given in /home/excel/public_html/wp-includes/theme.php on line 186
Excel Training Boise » Microsoft Excel Macros & VBA


Nov
19'th

Is Visual Basic for Applications (VBA) disappearing from Excel?

Listen to the grapevine.

Jared Hawk teaches Microsoft Excel Computer Classes in Boise, ID.

Aug
3'rd

A jury-rigged Excel Time Stamp

If you need to generate a time-stamp automatically in a spreadsheet (to tell when the last time a macro was run, for example) and you don’t know VBA or are intimidated by it, you can use the macro recorder. Keep in mind that if you use the standard functions:

=today() or =now()

as you record, they will be accurate- temporarily, but the formulas will update as the time changes, giving the wrong time stamps. 

A solution is simple: creat a macro that copies the date/time and then use paste special to paste the value only. The pasted value will not update.

Jared Hawk is a professional Microsoft Excel Seminar Trainer and Consultant in Boise, ID. He is also a contributing author to www.masterthebusiness.com and idahocle.com

Jul
27'th

Selecting more than one Radio Button Video Tutorial


Jared Hawk is a professional Microsoft Excel Instructor and Consultant in Boise, Idaho. He is also a contributing author to www.masterthebusiness.com.

Jul
19'th

Text-To-Speech in Visual Basic for Applications

Can you use Excel’s text-to-speech functionality in VBA? You bet. Simply use this line of code: application.speech.speak and then specify your text in paranthesis or you can even use a variable. If your variable was called Announcement, your code would look like this:

application.speech.speak announcement

And to read text:

application.speech.speak (”This is the text!”)

Simple!

Jared Hawk is a professional Excel Seminar Trainer and Consultant in Boise, ID. He is also a contributing author to www.masterthebusiness.com.

Recent Comments