You don't actually explain what all these quotes / parenthesis are about,
it just looks like a complete mess & you don't help by tripping up over
your words on the parts using them.
Excel Magic Trick # 146 part 1: Dynamic List from Table #1
See how to how to extract records from table and put 1 record on each sheet with records in rows. See how to use the functions; VLOOKUP, COLUMN, FIND, ...
Excel Worksheet Navigation Tips
//www.contextures.com/excelworkbooktips.html Visit this page to get more Excel workbook tips. It can be difficult to find a specific sheet, if an Excel file has ...
Excel VBA Basics #9 - Declaring variables with DIM and using SET to abbreviate worksheet name
In this video, we learn how to tell Excel what type of variable we're using, and then it gives us feedback by allowing autofill dropdowns and giving previews of ...
Here are some solutions if your mouse over the variable doesn't show a
result. 1. You have something wrong in your code and vba is trying to tell
you by not letting you see variable values. Click Debug>Compile VBAProject.
That should reveal errors/mistakes. 2. Maybe you have a search window or
iexplorer window open that may obscure this function? Google the search
term "excel vba 2013 mouse over variable"
I have noticed that if there is a value in column A1 thru C1 then If A2 is
blank And B2 thru C2 has a value. The last row is 1 . Is there a way to
Identify the last row if there is data in any column no mater if there are
blanks? For example A1&B1 has a Value, Then B2&C2 has a Value it would see
the last row as 2 ?
In the VBE go to Tools > Options > Editor Tab. Make sure that "Auto Data
Tips" is ticked. If it still doesn't work, make sure key variables are
declared using Dim. If it still doesn't work, try having excel find any
errors for you by clicking Debug > Compile VBAProject. Thanks for watching.
Dan
Hi Daniel, great video! A quick question: Can I say that "SET" is only for
abbreviation purpose. I mean I don't have to SET a worksheet to show the
result of a variable when I put the curse on it. At 2:13 there actually is
a value showing next to the curse. Thanks in advance
Yes, "set" is to shorten the typing, to abbreviate. I find that if I
declare (DIM) a worksheet and set it to that variable, the things I want to
hover my cursor over appear for me. I find when I don't, they don't. Thanks
Jason!!
Thank you for the VBA lessons, i'm learning a lot. question for you. what
settings do you have for the cursor to show the values when you put the
cursor over the word or statement?
Actually even if you don't, they still appear. At 2:12 of this video the
value flashed by really quickly when you put your cursor on it... maybe
that was not the value you wanted?