vba tag

72 questions


1 answers
63 views
0
The object does not support this property or method (error 438)

I would like to read the table values from BAPI BAPI_USER_GETLIST to determine if the user exists.Public Function CheckUser (iCurrentRow As Integer) As Boolean Variable for storing DimoBAPIUserCheckAs...

2 years ago

1 answers
46 views
0
I want to fill in the ruled line to value from value to value in the direction of increasing row in excel.

I want to fill in empty characters with excelin the direction of increasing rowsI want to fill in the ruled line to the value: that value I want to fill in value to value: coloringI want to fill from ...

vba
2 years ago

1 answers
45 views
0
I want to overwrite VBA edit data

Enter the number of the employee you want to search in the Browse button to view the data in the form.I would like to edit the data from there and press the edit confirmation button to overwrite the t...

vba
2 years ago

1 answers
95 views
0
Porting a VBA Program from AutoCAD

If I port a VBA program from AutoCAD to IJCAD (32bit), can I read the dvb file directly?As far as I've tried various things, I think I can load the exported file into frm, bas, cls, etc., but Is this ...

2 years ago

1 answers
52 views
0
Understanding VBA (Excel) Processing Speed

If you read the log file (about 70,000 to 80,000 lines) and there is a blank space in column A, This is the process of deleting the column, but this process alone is It will take about 3-5 minutes.Exc...

2 years ago

2 answers
85 views
0
Obtain the number of files in the folder directly below the drive and the last update date and time

Suppose you have a folder directly below the drive as shown below.C:\AC:\BC:\CI would like to aggregate the number of files and the last update date and time on EXCEL for folders A, B, and C just belo...

2 years ago

2 answers
101 views
0
How to convert multiple strings in a Word document into italics

We are looking for a way to convert multiple strings in a Word document into italics.For example, in a word documentString 1String 2String 1String 3・・・In certain cases, if only string 1 can be convert...

2 years ago

1 answers
66 views
0
How do I retrieve a string that matches the regular expression of a VBA without postreading?

I have a question about regular expressions in vba. I looked it up on vba and found that it doesn't read afterwards. [~~~]Could you tell me how to avoid reading after matching only the characters in p...

2 years ago

1 answers
86 views
0
IJCAD VBA displays dialog when executing SaveAS command

Migrating the DXF Bulk Translation Module created in AutoCAD VBA to IJCAD 2019.I am trying to convert from VBA to DXF using SaveAS, but a file save dialog appears while executing the command, so I can...

2 years ago

2 answers
78 views
0
I want to take out the starting point and ending point of the length dimension in the VBA of IJCAD

I'm working on VBA of IJCAD 2017.I would like to ask you about the length dimension (GcadDimRotated).After selecting the length dimensions on the drawing in IJCAD, I would like to know the starting po...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.