72 questions
What I want to solveExcel VBA Does Not Reflect Data Extracted from Other SheetsProblems and Errors OccurredI would like to extract the data of Excel sheet from other sheets, but the data using '=' is ...
Purpose: I want to create a 2D dynamic jug arrayI want to expand only the second dimension laterWe decided to declare a one-dimensional array in variant form and store it in it again.I tried three met...
How can I automatically divide a string entered in one cell with different colors in Excel and replace it with a cell?For example, Cell [A1] Ah (black) Good (blue) U (black) and what is entered in the...
The following code is used to store cell values in an array, but when I checked Debug.Printary(j,1), it seems that the values are not displayed (not retrieved).ary=Array (Cells(j, E).Value, Cells(j, F...
When I click CommandButton1 in UserFrom1, I put 10 in variable A (variable A is public variable). What code would it be to display UserFrom2 in UserFrom2.Show and MsgBox in UserFrom2 to display the co...
How do I get all the values in the folder?The macro below will only get the first value of the book.I'd like to transfer all the values I got, so please tell me how to do it.Sub-Single Test Specificat...
As the title suggests, I would like to get the entire English sentence from the cell because the sentence is entered into DeepL with a period break, or just one sentence. I have changed the sentence. ...
The following code is executable. About 10 years ago, when I just started studying VBA, like other languages I had experienced (C#, VB.net), This is ToString(), which I worked hard to get the Enum mem...
I use Acrobat Reader Pro to write in VBA, but it doesn't work.I tried to extract the PDF to Excel after XML conversion, but I couldn't because the XML file didn't translate the contents of the newspap...
I want Excel VBA to be able to code for the session number that I can get from the command prompt in query session. How can I do that?I looked at another site and tried to retrieve it using Shell, but...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.