Range Names List

If you use range names then it is a good idea to include a list of all the range names in a file for documentation purposes. There is a shortcut that does all the work for you. Select the cell where you want to enter the list. Press F3 and then click the Paste List button. The list has two columns. The range name and it's reference. The list is not dynamic. If you add, delete or change the names…

Continue ReadingRange Names List

VBA – Easy Way to Handle TRUE/FALSE Tests

Let’s say you have VBA code that handles a budget and a forecast. There is a cell B2 on the Input sheet that contains the word Budget or Forecast. Based on that cell the macro with do different things. You may need to test for Budget/Forecast a few times within the code. There is an easy and flexible way to handle this. (more…)

Continue ReadingVBA – Easy Way to Handle TRUE/FALSE Tests

End of content

No more pages to load