Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 481 results for
automating
- Page 1
Re: Will AI take jobs?
Digital Media
Digital Marketing
1 Month Ago
by bngwebguru
Artificial intelligence is transforming the job landscape by
automating
routine tasks, which may displace some roles. However, it also …
Re: Automating Office applications
Programming
Software Development
14 Years Ago
by Smithers
Check this out as well for additional info for
automating
excel [url]http://www.davesexcel.com/apps/forums/topics/show/3849313-
automating
-worksheets-with-worksheet-events[/url]
Automating Office applications
Programming
Software Development
18 Years Ago
by Comatose
One of the most important things to understand when
automating
office, is that it's heavily [search]OOP[/search], and …
Re: Automating Office applications
Programming
Software Development
18 Years Ago
by pranavdv
…;238524]One of the most important things to understand when
automating
office, is that it's heavily [search]OOP[/search], and…
Automating a program to re-run daily???
Programming
Software Development
16 Years Ago
by HowardR
… need no help with it. I just need help with
automating
the process. Any help is appreciated. thank you. Howard
Automating user account creation
Hardware and Software
Linux and Unix
14 Years Ago
by junomr2
… if there are some other things i should consider when
automating
account creation. like, how would they update their linux user…
Automating a vb console application
Programming
Software Development
12 Years Ago
by lebo.bytes
Hi, I would like to be helped with
automating
my application. I work in an environment where we receive …
Re: Automating an FTP upload
Programming
Software Development
18 Years Ago
by ganeshbonde
hi can anybody help me in
automating
[URL="ftp://ftp. following"]ftp. following[/URL] is …
Script for automating the installation of a software
Programming
Software Development
20 Years Ago
by shaahul
Hi I needed some help on
automating
the installation of a software. During the installation of a …
Re: Automating Office applications
Programming
Software Development
18 Years Ago
by elaek
I think it's a very good example to show how we can work with others applications.
Re: Automating Office applications
Programming
Software Development
18 Years Ago
by elaek
for me, i need how to add or delete a line from a report (with VB code). The report is created, and i need to add some lines, sometimes, i need to delete sometimes. It depend on the user choice. Can any one help me. Thanks.
Re: Automating a program to re-run daily???
Programming
Software Development
16 Years Ago
by eibwen
If you're running on Windows, can't you just set it up in task scheduler?
Re: Automating Office applications
Programming
Software Development
16 Years Ago
by Tyrone.Wilson
Awesome tut. I had no idea how to do all of this stuff. I found a bit of a gem with this one. One thing I did notice though was that all of the microsoft links didn't work (content not found) Thanks for the lesson.
Re: Automating Office applications
Programming
Software Development
16 Years Ago
by sunilkhilari
GOOD
Re: Automating Office applications
Programming
Software Development
16 Years Ago
by pranavdv
This is really a good one. This really helps how to manager other office applications with the objects.
Re: Automating Office applications
Programming
Software Development
14 Years Ago
by Member 784676
i am using vfp9 application with xp and office 2010 in that i am unable to open dotx file through vfp9 while i open the dotx file it open in readonly mode please help me please go through my code for the reference ext = 'dotx ' lpass = 'm003' odoc = 'e:\esec release 30-06-2010\data\templates\Temp No.3 - ASDASDSAD'+"."+Alltrim(ext)…
Re: Automating Office applications
Programming
Software Development
13 Years Ago
by DJ-DOO
Hi.. I'm a third year software design student and I'm on my work placement, I'm hoping someone can help me. I've written a macros to parse a word document to extract tabular data and export it to excel based on unique table headings. The problem I now come up against is I need to extract paragraphs also, it's not as easy as setting range etc..…
Re: Automating a vb console application
Programming
Software Development
12 Years Ago
by Reverend Jim
What are you having trouble with?
Re: VC++ Cli/C++ Sending mails (automating outlook)
Programming
Software Development
14 Years Ago
by VasquezPL
… try to finish it :/ I need to send email by: -
automating
OUTLOOK (COM OBJECT) - probably it will be easier method, but…
Automating a copy/move
Hardware and Software
Microsoft Windows
21 Years Ago
by eatonk
I have VMware WS4 running on a Dell GX60 P4 2 ghz w/ 256MB RAM WinXP Pro host. I have a Win98SE installed, running fine as a guest. I've installed the VMware tools. All VMware video & NIC drivers are loaded successfully. I have a need to AUTOMATE a file move from the W98 guest hard drive to the WXP host hard drive, and then another file …
Re: Automating a copy/move
Hardware and Software
Microsoft Windows
21 Years Ago
by Dani
First let me make sure you have a directory on the host computer mapped as a drive on the virtual machine, correct? This probably could be done via a batch file although I'm not exactly sure what the copy command for client\*.* to host\*.* is. However, most back-up software should be able to do this, no? Doesn't WindowsXP even come with built-in …
Automating survey results to email on submit.
Programming
Software Development
20 Years Ago
by Micarox
Hi all I am currently doing a survey form which will automatically send the results to a specific email on the key of the submit button. I have tried writing out to a text file before but not to an email. Can anyone please help? Thanks a lot.
Re: Automating survey results to email on submit.
Programming
Software Development
20 Years Ago
by szukalski
[url]http://www.google.co.nz/search?q=cache:BEmy9qt1BtoJ:www.pittjug.org/pastmeetings/pittjug_javamail-carl50902.pdf+TransportEvent&hl=en[/url] Haven't used it yet, so I can't comment too much on it's use.
Automating a script
Programming
Web Development
19 Years Ago
by cyberoptik
How would I go about uploading a PHP script to a server and then running it continually as a background process? The script needs to constantly update and send emails, and without needing to access the page to make it run. Any ideas without making a seperate C/C++ program to execute and run it?
Re: Automating a script
Programming
Web Development
19 Years Ago
by ashishjha54
if you are using cpanel control panel ,you can do this by cron-jobs facility.
automating installation problem
Community Center
18 Years Ago
by hoosier23
I am creating a VB.NET program that will automate several installation programs with the click of one button. In creating the program, I am utilizing macro's to record mouse movements, clicks, etc. to breeze through and automate the stupid installation wizards. The macro program that I use creates an .exe that I call in my VB program. However, …
Automating an FTP upload
Programming
Software Development
18 Years Ago
by medaugh
Hello, I have stared at this script for the last two days and am unable to find the cause of my error message. Any help would be greatly appreciated. The script is [CODE] #!/bin/sh for i in '/xxx/*' do if [ -f /xxx/$i ] then HOST='xxx.xxx.com' USER='xxxx' PASSWD='xxxx'…
Re: Automating an FTP upload
Programming
Software Development
18 Years Ago
by masijade
I coould be completely wrong, because I always put it against the left edge anyway, but I believe the "END_SCRIPT" marker you are using to end the so-called here document, needs to be against the left hand side, in otherwords at the beginning of the new line.
Re: Automating an FTP upload
Programming
Software Development
18 Years Ago
by medaugh
That worked great. Thanks for saving me from a very long weekend. :p
Re: Automating an FTP upload
Programming
Software Development
18 Years Ago
by zerobreach.com
[quote=medaugh;235630]Hello, I have stared at this script for the last two days and am unable to find the cause of my error message. Any help would be greatly appreciated. The script is [code] #!/bin/sh for i in '/xxx/*' do if [ -f /xxx/$i ] then HOST='xxx.xxx.com' USER='xxxx'…
1
2
3
9
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC