I have a presentation (I beleived compiled in Adobe Director - not done in house) and some users want to play this presentation during their trade shows in a loop. However, at the end of the presentation, a window appears with a button that is captioned "Click to Quit". I can loop the...
Is it possible to create an add-in for Outlook 2007 using VB6.0 architechture? Don't have visual studio but I have a macro that I need to distribute to some users. I am unable to find a tutorial to get me started. Any guidance?
Thanks!
Hello,
I was tasked with pushing PDF attachments to our image system using a VB Macro from Outlook. Easy enough to do by itself but there is an additional requirement to direct certain pages of the attachment to one folio in the image system and other pages to a different folio. In the event...
I did a .net conversion of my vb 6.0 code and I'm having problems.
When I'm debugging my code, it frmAgentMain starts to load and is the active form and then all of a sudden, it goes to End Sub and dies. In 6.0, it hangs until an event is executed on frmAgent. What's different...
I did a .net conversion of my vb 6.0 code and I'm having problems.
When I'm debugging my code, it frmAgentMain starts to load and is the active form and then all of a sudden, it goes to End Sub and dies. In 6.0, it hangs until an event is executed on frmAgent. What's different...
I'm trying to move a group of PDF's from one folder/staging area to another folder for processing. There are going to be about 1000 400KB pdf's. What is the most efficient way to do this?
Here is what I have tried but it is slow...
------------------------------------------------------------...
I found the following snippet of code to send PDF's to the IFS using RPG IV.
Can anyone tell me how to specify authorities for a specific user?
Eval PDFSTMFNAM = '/' + %trim(IFSDIR) + '/' +
IFSFOL + IFSSUB + IFSDOC +
IFSDSC + IFSCO +...
We use InfoPrint Designer to design and map data to our overlays. I'm particularly talking about Billing or 1099s for this post. We would like to offer these documents on the web for download in PDF format. Currently, our cycle creates these documents, obviously 1 for every client in the case...
I was tasked with digging down in a 600+ gig root directory of the IFS building a table with all the subdirectories, objects within, and a few parameters like date created, date used, etc. When I get started, I'll probably have some programming questions if I do this with RPG (thinking about...
I was tasked with digging down in a 600+ gig root directory and building a table with all the subdirectories, objects within, and a few parameters like date created, date used, etc. The programming I can handle but does anyone have any suggestions on how this table should be built? Has anyone...
How do I suppress the code while a shell command is being executed.
Shell "C:\Program Files\IBM\Client Access\cwbtf.exe " & gstrAppPath & "\TestQryOut2.tto", vbHide
I wrote a button then to attach a button to it, I did the following:
right click on tool bar
click customize
click commands tab
under catagories I clicked macros
then under commands I dragged Custom Button to the tool bar
right clicked on the custom button then assigned the macro
When I save...
Hi.. How do I get this command to work:
Sh.Run "cmd /C ""C:\documents and settings\ThisUser\desktop\TESTMACRO\CallQuery.bat""", 1, True
after replacing the path C:\documents... with the variable
gstrAppPath = Workbooks("ThisBook").Path
Thanks..
Coot
I'm writing a macro to open .rtf files and print them to pdf. When I open them using MS Word, the date field is dynamic and changes to Today(). When I open the .rtf in WordPad, the date field is the date that the documents were created. I'm using:
Set pWordApp = New Word.Application in my...
Hello All... I know this one has been beaten' to death. I've searched the forum and found posts that are helpful but not 100% what I need. I have the following existing code that prints a bunch of .docs to the default printer. I have Adobe Acrobat Pro 6.0 installed with the adobe printer set...
Hello All... I've searched the forum and found posts that are helpful but not 100% what I need. I have the following existing code that prints a bunch of .docs to the default printer. I have Adobe Acrobat Pro 6.0 installed with the adobe printer set as default on my machine (this runs...
I am issuing this command in a VBA macro:
Shell ("C:\documents and settings\ssc\desktop\BKRSDDS\callCopyIMPF.bat")
How would I get the program to wait for this program to finish executing before proceeding.
Thanks,
Coot
I'm writing a macro parsing a 40,000 + record sheet.
The window is scrolling up with each record that is processed. Is there a way to disable the window. I'm sure this window is creating much overhead.
Thanks,
Coot
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.