Search found 135 matches

by nodochau
Tue Aug 20, 2024 6:20 pm
Forum: Beginners
Topic: OnEvent
Replies: 8
Views: 4873

Re: OnEvent

Excel can perform custom data verification, so this operation can be achieved entirely within Excel, taking the upper and lower values and giving a popup if anything outside those parameters is entered anywhere within a given range. It's in >Data >Data Verification >Data Tools I think then it's >Se...
by nodochau
Tue Aug 20, 2024 6:08 pm
Forum: Beginners
Topic: OnEvent
Replies: 8
Views: 4873

Re: OnEvent

Here is my latest code and it works fine at the first value and not works at the second value. I just adjusted some time delay and changed the location of the time delay in the program. Still not getting it works. XLOpen>C:\Users\...\149405.xlsx,1,xl Wait>3 SetFocus>149405 - Excel Let>row=15 Let>col...
by nodochau
Mon Aug 12, 2024 2:10 pm
Forum: Beginners
Topic: OnEvent
Replies: 8
Views: 4873

OnEvent

Hello All, Trying OnEvent today on my spreadsheet to capture the out of spec value when operator keys in. The scripts work fine in debug mode but in run mode nothing shows up when the wrong value is typed in. Any thoughts will be appreciated. Here is my code: XLOpen>C:\Users\...\149405.xlsx,1,xl Wai...
by nodochau
Tue Apr 02, 2024 3:33 pm
Forum: Beginners
Topic: Closing Dialog
Replies: 1
Views: 4498

Closing Dialog

Hello All,
I am getting a problem of closing a dialog.
Run on scripts then the dialog is closed perfectly. But it is not closed when run on executable file.
And the scripts run differently than the exe file. ???
Any ideas will be appreciated.

Thanks
by nodochau
Thu Jan 18, 2024 12:40 pm
Forum: Beginners
Topic: How to use onEvent
Replies: 3
Views: 7813

Re: How to use onEvent

Thanks a lot for your response. I have some questions. Why do you use the double quotes for subroutine? And codes don't work. I added some delay time and it worked but sometime it did not work I don't know. Below is my revised code: XLOpen>C:\Users\Documents\149405.xlsx,1,xl Wait>3 Let>row=15 Let>co...
by nodochau
Thu Jan 11, 2024 2:37 pm
Forum: Beginners
Topic: How to use onEvent
Replies: 3
Views: 7813

How to use onEvent

Hello ALl, I am try to create a script that monitor a cell in the spreadsheet. When the operator enter a bad value then a warning popup window will occur. When excel is opened and I enter the value into that cell, nothing happen if the value is out of Specification. But the code does not work. I app...
by nodochau
Wed Sep 07, 2022 2:00 pm
Forum: General Discussion
Topic: Create and show multiple dialogs
Replies: 6
Views: 15949

Re: Create and show multiple dialogs

Thanks. It worked now.
by nodochau
Wed Sep 07, 2022 12:45 pm
Forum: General Discussion
Topic: Create and show multiple dialogs
Replies: 6
Views: 15949

Re: Create and show multiple dialogs

And I am not able to set the dialog3 position to the second screen.
I am using these:

Code: Select all

SetDialogProperty>Dialog1,,Left,0
SetDialogProperty>Dialog1,,Top,10
SetDialogProperty>Dialog2,,Left,800
SetDialogProperty>Dialog2,,Top,10
SetDialogProperty>Dialog3,,Left,1920
SetDialogProperty>Dialog3,,Top,10
by nodochau
Wed Sep 07, 2022 12:26 pm
Forum: General Discussion
Topic: Create and show multiple dialogs
Replies: 6
Views: 15949

Re: Create and show multiple dialogs

Thanks a lot Dorian.
by nodochau
Tue Sep 06, 2022 5:46 pm
Forum: General Discussion
Topic: Create and show multiple dialogs
Replies: 6
Views: 15949

Create and show multiple dialogs

Hello All,
How to create 2 or three dialogs and show them all on screen?
I would like to create two of them and show each of them on my two screens. (one screen one dialog)

Thanks
by nodochau
Wed Aug 24, 2022 6:16 pm
Forum: Beginners
Topic: XLOpen does not open excel file
Replies: 1
Views: 14783

XLOpen does not open excel file

Hello All,
I am not able to open excel file by using xlopen command on Windows 10 pro.
Any advices?
XLOpen>C:\Users\mabdulah\Documents\QSF-Template\QSF.xlsx,1,xl
Thanks
by nodochau
Fri Apr 08, 2022 5:06 pm
Forum: Beginners
Topic: Add and delete columns in VBA
Replies: 4
Views: 16562

Re: Add and delete columns in VBA

Can you please share your spreadsheet with us , so that we can help with almost accuracy? I am also curious about this, I am new to learning VBA. Insert Column: VBStart Dim i, start_col, end_col, y Dim link Sub Insert_col(link, j, save_link, x) y = x - 6 Const xlToRight = -4161 Set objExcel = Creat...
by nodochau
Thu Mar 10, 2022 2:08 pm
Forum: Beginners
Topic: Add and delete columns in VBA
Replies: 4
Views: 16562

Add and delete columns in VBA

Hello all, I am trying to use VBA to add and delete columns in my spreadsheet. The VBA just works for adding. Deleting not working at all. The spreadsheet template is designed with 8 samples and sample number one starts at column 6. The goal is: If job has more than 8 samples then macro will add mor...
by nodochau
Tue Oct 12, 2021 12:09 pm
Forum: Beginners
Topic: How to find quote and double quote position
Replies: 4
Views: 13814

Re: How to find quote and double quote position

Thanks Dorian.
Copy and paste. Easy :)
by nodochau
Tue Oct 12, 2021 9:59 am
Forum: Beginners
Topic: How to find quote and double quote position
Replies: 4
Views: 13814

Re: How to find quote and double quote position

Thanks Dorian but it is not single or double quote on the keyboard.
I tried it but did not work. That text is extracted from my pdf files and I think it is different formatted.
Sign up to our newsletter for free automation tips, tricks & discounts