72 questions
================================ Check if there is a block copy from other drawings =========================='Regarding the setting in AUTOCAD (2020) below, how should I set it in the case of IJCAD (...
I would like to create a macro VBA that extracts the finished sheet (see photo 2) from the original data sheet (see photo 1).The procedure can be translated into Japanese (see photo 3), but I don't kn...
I'm working on an annual cash flow chart in my VBA.When I press the update button, I want the loop processing to input the value every month.Also, I have already created an expression for entering a v...
The program that works with IJCAD in VBA is by updating IJCAD (2018→2019)Runtime Error 91 Object Variable with Block Variable is now displayed.The VBA reference setting has been modified to 2019 in Gc...
I am writing to inform you of an event that seems to be a bug regarding the month function.When I ran the following vba code without any description in the A1 cell on December 16, 2019, and A2 cell, i...
To select cells in the lower right corner of the range to understand how to handle combined cells Dim RangeObj as RangeSet Range= ActiveSheet.Range (A4:A7)RangeObj.Cells.SpecialCells (xlCellTypeLastCe...
I'm thinking of running Excel VBA on C#.Currently, it takes an hour to run a VBA with a button click from Excel, but the C# side uses Microsoft.Office.Interop.Excel to xlApp.Run(Sheet1.Btn_Calc_Click;...
I read the csv file and use data analysis to create a graph. I would like to change the scale of the x-axis from date/time to minute and start from 0 just like the y-axis. The formatting of the axis d...
Does anyone know how to determine that cells (2,2) and cells (2,3) refer to empty characters?Substate() Cells(1,1)=3: Cells(1,2).FormulaR1C1==RC[-1]+5 Cells(2,1)=: Cells(2,2).FormulaR1C1==RC[-1]+6: Ce...
Excel has data organized by date in the first column and ID in the first column.I would like to organize this so that it can be used as a database, but please let me know if there is a VBA code that c...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.