Excel

excel

Hide object with VBA in Excel – Quiz

Question on how to hide object in Excel with VBA What VBA line of code would you use to hide the named shpSaucer object in Excel? Select your answer below, and try not to take a sneak peak. A. Shapes.Range(“shpSaucer”).Show = False B. Shapes.Range(“shpSaucer”).Visible = msoFalse C. Shapes.Range(“shpSaucer”).Hide = msoTrue D. Shapes.Range(“shpSaucer”).Display = Visible Answer […]

Macros in Microsoft Excel

Macros are a set of commands or instructions to help you complete tasks that you may do often. Overall, it is a group of step-by-step instructions. Each task runs one after another. In addition, you can test and monitor your steps within the macro. In Excel, you can use the recorder to create a macro. […]

Matches game for Excel

Matches is an Excel game where you match Wingding characters. Overview of Matches So, there is not much to say about this game. You already know what it is. Simply click on one box, take a look at the character. Then, you click on another box, see if it matches the first box. Matches live […]