Search found 19 matches

by mduffin
Tue Jul 14, 2015 8:44 pm
Forum: Technical / Scripting
Topic: How to disable "running" notification for scheduled script ?
Replies: 2
Views: 3296

Re: How to disable "running" notification for scheduled scri

One way might be to set msched.exe to "Hide Icon and Notifications" in your Notification Area Icons in control panel.
That will of course not allow you to right click on it anymore.
by mduffin
Tue Jul 14, 2015 2:03 pm
Forum: Technical / Scripting
Topic: Reloading a dialog
Replies: 3
Views: 3417

Re: Reloading a dialog

Oh sure! I've found so many useful things in these forums, it's a gold mine!! I'm happy to add to that in any way.
Still not sure if leaving a macro to loop all day long has any long term negative effects, but so far so good.
by mduffin
Thu Jul 09, 2015 10:15 pm
Forum: Technical / Scripting
Topic: Reloading a dialog
Replies: 3
Views: 3417

Re: Reloading a dialog

Good news, I found a way reading every thread on this board, I found something that wasn't an answer, but lead me to the answer. I was using Show>Dialog1, The comma making a hard stop and yes, leaving the dialog window open to interact with, but also locking me to nothing else. So, I removed the com...
by mduffin
Tue Jul 07, 2015 2:15 pm
Forum: Technical / Scripting
Topic: Reloading a dialog
Replies: 3
Views: 3417

Reloading a dialog

I have a Dialog script that gets much of it's info from an excel export .xls Throughout the day there can be new xls to import and I have to close the Dialog and reopen to load the new xls sheet into the dialog. I'm looking to make a button on the Dialog that will close it and start the script over ...
by mduffin
Thu Jun 04, 2015 2:20 pm
Forum: Technical / Scripting
Topic: Naming buttons in Dialog with array info
Replies: 7
Views: 5086

Re: Naming buttons in Dialog with array info

OMG I love you!!!

Thank you!
by mduffin
Thu Jun 04, 2015 1:44 pm
Forum: Technical / Scripting
Topic: Naming buttons in Dialog with array info
Replies: 7
Views: 5086

Re: Naming buttons in Dialog with array info

Am I missing something? The button is blank with this code. I've tried not using % The Array is loading as 0: ARRAY_2_1=36512 shows up in the watch list So 36512 should be in the caption box object WOButton1: tMSButton Left = 61 Top = 61 Width = 75 Height = 25 Caption = '' TabOrder = 0 DoBrowse = Fa...
by mduffin
Thu Jun 04, 2015 12:01 pm
Forum: Technical / Scripting
Topic: Naming buttons in Dialog with array info
Replies: 7
Views: 5086

Re: Naming buttons in Dialog with array info

The caption is what I'm attempting to change with variables. Is that also set in stone?
by mduffin
Wed Jun 03, 2015 8:14 pm
Forum: Technical / Scripting
Topic: Naming buttons in Dialog with array info
Replies: 7
Views: 5086

Naming buttons in Dialog with array info

I've loaded XLSheetToArray and the Watch list shows that it's imported "0: ARRAY_10_1=36412" I'm trying to create a dialog button that can use variables as names. Every day the macro runs new, it will load the xls sheet to the array (new excel sheet every day) The excel sheet can have anywhere from ...
by mduffin
Thu Nov 07, 2013 3:05 pm
Forum: General Discussion
Topic: Can MS count?
Replies: 2
Views: 5878

Can MS count?

I have a spreadsheet with 30 rows of data, the data in column 7 will either have a 1 or an 8 to indicate a person.. The number of 1s and 8s is different every time. Can MS look at that column and determine how many 1s and how many 8s and return that number as a variable? I was thinking something alo...
by mduffin
Tue Sep 24, 2013 1:31 pm
Forum: General Discussion
Topic: add a zero if only one digit
Replies: 11
Views: 16513

What's more.. if you do =TEXT(J9,"1900")
it turns a two digit year into a four digit year!!

Thanks a lot!
by mduffin
Tue Sep 24, 2013 1:20 pm
Forum: General Discussion
Topic: add a zero if only one digit
Replies: 11
Views: 16513

Thank you both! Marcus, I'm sorry I didn't understand that that little formula would do what I wanted the first time you posted it!

Thanks again!
by mduffin
Tue Sep 24, 2013 12:25 pm
Forum: General Discussion
Topic: add a zero if only one digit
Replies: 11
Views: 16513

Sorry, maybe I wasn't clear. The excel sheet already exists (it's a report that gets run every day with very limited options) and it's filled with numbers.. So I switch the format of the columns to text and add a zero to any 1-9's because I need two digit numbers I don't feel like going through a co...
by mduffin
Tue Sep 24, 2013 11:07 am
Forum: General Discussion
Topic: add a zero if only one digit
Replies: 11
Views: 16513

Correct, either way an keep excel from removing the zero..
I've changed the formatting of the columns to text, and now need to add a zero to the single digit numbers.
by mduffin
Mon Sep 23, 2013 7:49 pm
Forum: General Discussion
Topic: add a zero if only one digit
Replies: 11
Views: 16513

add a zero if only one digit

Can MS look at an excel cell and determine if the cell has a one digit number or a two digit number? If it does have only one digit number, then add a zero? So, if it's 1-9, then add a zero to the front of the number to make it 01-09? And I'll have a column of numbers that will differ in amount each...
by mduffin
Wed Sep 04, 2013 6:55 pm
Forum: General Discussion
Topic: Data from Excel to drop down modal
Replies: 4
Views: 8557

oh my god it works!!!
Thanks so much for your help!
now I just need to figure out how to get it to do 10 in a row.
I think it has to do with the r=1 then r=1+1..
I'm not sure how that works yet.. or if you can use it to count down the rows in a spreadsheet, we'll see..

Thanks again
Sign up to our newsletter for free automation tips, tricks & discounts