vba tag

72 questions


1 answers
256 views
0
Excel VBA Other Sheets Not Reflected

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 ...

1 years ago

1 answers
407 views
0
VBA 2-DIMENSIONAL DYNAMIC JAG ARRANGEMENT

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...

1 years ago

1 answers
320 views
0
I want to automatically divide the string entered in one cell with different colors in Excel and replace it with a new cell.

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...

1 years ago

1 answers
304 views
0
Understanding Retrieving and Storing VBA Values in an Array

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...

vba
1 years ago

1 answers
287 views
0
How to Pass UserFrom1 Variables to UserFrom Form 2

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...

vba
1 years ago

1 answers
315 views
0
code that retrieves all values in a folder

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...

vba
1 years ago

1 answers
440 views
0
When translating using DeepL in Excel macros, I want to translate English sentences as a whole in the cell, not as a period.

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. ...


1 answers
244 views
0
Is it treated as an escaped name if the member name is enclosed in square brackets ([]) in the Enum statement of the VBA?Is it better not to use this technique?

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...

vba
1 years ago

1 answers
396 views
0
I want to use ExcelVBA to search for words in newspaper PDF data, and if it hits, I want to extract PDF data that hits the search word into Excel.

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...

1 years ago

2 answers
369 views
0
I want to get my PC session ID in VBA

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 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.