No announcements
Found 2935242 threads
-
0 Votes
Use a batch file to install a macro in excel
I want to use a batch file to install a .bas file (on my desktop) to Excel into personal ... -
2 Votes
Batch file to execute Access a macro?
The first part of the batch file works correctly. It opens the database. The problem is the second part where I am attempting to get it to run the ...Answered | 6 Replies | 9668 Views | Created by Lost in Access - Tuesday, June 16, 2015 7:27 PM | Last reply by Fei Xue - Tuesday, June 23, 2015 6:02 AM -
0 Votes
Scripting unattended install in a batch-file
Hi! I'm trying to do the following in a batch-file: 1) Install SQLExpress unattended providing settings ...Answered | 3 Replies | 6771 Views | Created by sigurdr - Tuesday, November 28, 2006 9:45 AM | Last reply by sigurdr - Tuesday, November 28, 2006 11:41 PM -
0 Votes
run a batch file with excel
I want to run a simple batch file (runBFI.bat) in excel. How do i get vba to pause while the batch ...Answered | 2 Replies | 25562 Views | Created by gr44gs - Wednesday, April 18, 2007 2:20 PM | Last reply by Andy Pope - Wednesday, April 18, 2007 6:45 PM -
0 Votes
Can i use a Batch file in a Custom Action?
I am trying to add batch file in the way you have mention but it is giving the error message "Not a valid file type for ...Answered | 3 Replies | 3933 Views | Created by Wasif Ehsan - Thursday, February 15, 2007 1:15 PM | Last reply by Ashish Basran - Thursday, February 15, 2007 1:17 PM -
2 Votes
run macro using batch file
In the workbook's open event, call the macro that you want to run. When you open the file from the batch file, Excel should execute the ...Answered | 17 Replies | 93156 Views | Created by SAM_1983 - Monday, August 13, 2012 1:43 PM | Last reply by AM0002 - Thursday, July 18, 2019 10:08 AM -
0 Votes
Writing a batch file
In its simplest form a batch file is a collection of console commands. If you wanted to automate execution of the following ...Answered | 2 Replies | 999 Views | Created by Abdul W - Friday, September 26, 2014 6:31 PM | Last reply by Frederik Long - Friday, September 26, 2014 7:38 PM -
0 Votes
How to use synctoy.exe in a batch file
I know that I could use synctoycmd.exe in the batch file and it will work perfectly. But synctoy.exe gives me a nice "results" screen at the end ...Answered | 1 Replies | 33813 Views | Created by JD Hog - Saturday, March 6, 2010 3:40 AM | Last reply by Yiming L - Thursday, March 11, 2010 9:53 AM -
0 Votes
Open a txt-file within a macro (mac, excel 2016)
help you to solve your issue. Use an Open File dialog in VBA with both MacUnanswered | 1 Replies | 2820 Views | Created by knabenchor - Tuesday, February 21, 2017 6:24 PM | Last reply by Deepak Saradkumar Panchal - Wednesday, February 22, 2017 1:02 AM -
0 Votes
Run a batch file
Is there a way to run a batch file from a sharepoint list? Thanks...Unanswered | 1 Replies | 6399 Views | Created by Chad - IT Monkey - Wednesday, October 10, 2007 3:14 PM | Last reply by Paul Galvin - Thursday, October 11, 2007 12:40 AM -
0 Votes
Excel Macro to add a permanent macro toolbar shortcut
shared drive. I've been successful in programming that part. I'd then like this Excel file B to automatically run its macro when opened. This ...Answered | 1 Replies | 5574 Views | Created by 10kal - Thursday, April 21, 2011 3:15 PM | Last reply by Bruce Song - Wednesday, April 27, 2011 3:02 AM -
0 Votes
Return a value from a powershell script to a batch file and use this value in batch file?
powershell script Else Exit Please help me in having the return value from the powershell script stored in a variable in ...Unanswered | 0 Replies | 7172 Views | Created by Anirudh Bhardwaj - Friday, September 2, 2011 1:17 PM -
0 Votes
Running a Batch File to install Security Certificates
Hello, This is a long, long shot. I need to create a batch file that install 3 security certificates and adds a line ...Unanswered | 1 Replies | 627 Views | Created by Alan Novaes - Wednesday, November 22, 2017 6:07 PM | Last reply by Tim Haintz - Friday, December 22, 2017 6:56 AM -
0 Votes
How to run a batch file at end of install?
I can using a Visual Studio 2005 setup project to install my application and help files. It installs everything just fine but I need to run a ...Unanswered | 3 Replies | 5139 Views | Created by Philip Wright - Thursday, March 30, 2006 4:11 AM | Last reply by PhilWilson - Thursday, August 31, 2006 12:04 AM -
0 Votes
Running a Batch File
I am trying to run a batch file stored on different server from the one that SQL Server is on using T-SQL. I am using the following ...Unanswered | 1 Replies | 4808 Views | Created by Rcr2903 - Tuesday, March 11, 2008 12:12 AM | Last reply by zuomin - Tuesday, March 11, 2008 1:04 AM -
0 Votes
creating a XML file using a Excel Macro
I have a spreedsheet from where I want to create a XMl file. I want to create a macro in excel to do ...Answered | 1 Replies | 4584 Views | Created by Sofia Grave - Tuesday, April 8, 2008 7:56 AM | Last reply by Fred Garcia - MSFT - Tuesday, April 8, 2008 8:00 PM -
0 Votes
Create a macro excel
I want to create a macro that goes to a page in Internet to pickup information (depth of quotes ) from several stoks and to ...Unanswered | 3 Replies | 3395 Views | Created by jlc495 - Saturday, May 23, 2009 5:56 PM | Last reply by Shasur - Monday, May 25, 2009 11:09 AM -
0 Votes
Streaming Real time Batch file ouput with a Macro
My macro syntax is a little rusty but this should get you closer. You could also use Read() instead of ReadLine() if your ...Answered | 2 Replies | 4812 Views | Created by Phillip Saindon - Thursday, March 20, 2008 6:04 PM | Last reply by Phillip Saindon - Thursday, March 27, 2008 1:09 AM -
0 Votes
Opening a Word file from a macro in Excel
Put a link to the file in a cell, then use cell.hyperlink(1).followAnswered | 8 Replies | 7193 Views | Created by AmandaJO - Wednesday, February 15, 2006 9:41 PM | Last reply by chris_m_willis - Tuesday, February 21, 2006 3:31 AM -
0 Votes
run a macro in excel
i would like a macro to run as soon as i open the worksheet that the macro is contained within?? any help would be appreciatedAnswered | 1 Replies | 4501 Views | Created by Tony1059 - Tuesday, June 6, 2006 6:34 PM | Last reply by ADG - Wednesday, June 7, 2006 7:57 AM - Items 1 to 20 of 2935242 Next ›
No announcements