In the Excel-sheet for the A column write procedure, which with MsgBox function returns the column, A1 drawers from the first address of an empty drawer?
In the Excel-sheet for the A column write procedure, which with MsgBox function returns
Share
This is not an answer. I am trying to help you ask your question. Do not worry if your English is poor. If you say enough we can guess what you mean. One sentence is not enough.
Below I have tried to use short, simple sentences. I hope you can understand me. Are my guesses correct? If not, I hope this helps you write a clearer question.
Is this homework? A first exercise with Excel? Have you translated it with a dictionary? “Drawer” is an English word but there are no drawers in Excel. Do you mean “cell”? A1 is a cell. B5 is a cell. You put things in a drawer. You put things in a cell. This is the sort of mistake English – Xxxxxx dictionaries make.
Create and open a new Excel workbook. Click
Alt+F11. On the right at the top you will see a grey area. On the right at the bottom you will see a white area labelled “Immediate”. Down the left you will see something like:If you left-click Sheet1 and then right-click, you will see a menu something like:
Click
View Code. The grey area will turn white. Here you can enter code for Sheet 1. Is this what you mean by “in the Excel-sheet”?I am not going to put code against Sheet1. I am going to use a Module.
Go to the Toolbar and click Insert. In the Menu, click Module.
The window down the left will now look like:
“Module1” will be grey because it is selected.
I think you have been asked to: “Find the first empty cell in Row 1 and display its column number with MsgBox.” There are many ways of doing this. Which is the simpliest? I do not know. Here are two ways: