Hi
I'm trying to unzip files using VBA from within outlook, but can't get it to work.
This is the code I'm trying
Sub UnZipaFile()
UnZipFile ZipedFileName:="c:\123r5w\work\accounts\qhop0903.zip", _
TargetDirectory:="c:\accounts\", _...
Hi Can anybody help me
Is it possible to programatically in Excel VBA to set up a reference to the "Windows Script Host Object Model". I could ask my users to do it manually, but it would all go horribly wrong.
Your advice would be much appreciated
Corbie
Hi
Is it possible to zip an excel file straight from VBA? I want my application to zip up a file and e-mail it out automatically. Managed to sort the e-mail part but so far am stuck on the zipping!!
Any help would be much appreciated
Paul
Could anyone please help me with this simple printing
problem which is driving me crazy.
I'm reporting on a number of cost centres with each cost centre having 4 columns. I want to print six costs centres
side by side each page. Fine , loop through and at each 4x6=24 column print a page. The...
Hi
I'm trying to add a menu item to the toolbars in MS Outlook
with following Code:
Sub testbar()
Dim customBar As CommandBar
Dim newButton As CommandBarPopup
Set customBar = CommandBars.FindControl(ID:="Tools") ***
Set newButton = customBar.Controls _
.Add(msoControlButton)...
My company has 200 retail outlets that each prepare their own management accounts, They each send a download to head office consisting of a column of 500 numbers which is then consolidated into huge spreadsheet and then 100 or so reports are generated from this. All this is done in 123 release...
Thanks guys.
It would seem that access is the way to go.
Could you point me in the way to some descent sites so that I could learn more, or would it be best to post the question in the access forum
Thanks again
Corbie
Hi need help on deciding best way to consolidate a large amount of data.
My company has 200 retail outlets that each prepare their own management accounts, They each send a download to head office consisting of a column of 500 numbers which is then consolidated into huge spreadsheet and then...
I need to automate saving outlook attachments to folders
based on their subject. (thats only the attachments, I don't meen just moving the message to another outlook folder). (ie receiving accounts download information via e-mail and then consolidating them in excel -at the moment I save each...
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.