$$Excel-Macros$$ Re: Running a sub through sub directories

2008-11-11 Thread Howy
I've found some code which lists files in recursive directories, however, how would i adapt it to pass the directory path to the printworkbooks(path) function. - A RECURSIVE VBA PROCEDURE TO DISPLAY A LIST OF FILES IN NESTED DIRECTORIES The example

$$Excel-Macros$$ What is array??

2008-11-11 Thread ram bhagath
Hello all, Pls explain me what do mean by array in excel?? Thanks. --~--~-~--~~~---~--~~ Visit the blog to download Excel tutorials at http://www.excel-macros.blogspot.com To post to this group, send email to excel-macros@googlegroups.com For more options,

$$Excel-Macros$$ Re: Picture in a workbook

2008-11-11 Thread ilyas kazi
Could you post the code for that function so that it will be easy for us to customize according to your needs. Regards, Ilyas Kazi http://automax-vba.blogspot.com On Nov 11, 3:20 am, [EMAIL PROTECTED] wrote: Hello, We are using a function to add pictures to an Excel workbook in a VB macro,

$$Excel-Macros$$ Can't Login via QueryTables to a Webpage (POST Method) Optionen

2008-11-11 Thread pmw
Hi Well, your problem has actually nothing to do with mine. This is something totally different. But you can of course create your own thread to get all the help you need. Thank you. -- pmw On 11 Nov., 02:55, TERTIUS KOSHY THOMAS [EMAIL PROTECTED] wrote: Hi all,   I need to create a login

$$Excel-Macros$$ Re: Macro for Login Page

2008-11-11 Thread Tom Jeffries
The attached file does what you describe. When a workbook opens Excel automatically executes a module named Auto_Open. I used Auto_Open to display an InputBox and looped until I got a match to one of your user IDs. To keep it clean I used a tab labeled Login for the security check. I also

$$Excel-Macros$$ Re: Macro for Login Page

2008-11-11 Thread Alokeshwar Tiwary
Go to Workbook's private module and type this code in Open Workbook event:   If Environ(UserName) USERNAME HERE Then 'your code here ThisWorkbook.close ' if you want to close the workbook End If _

$$Excel-Macros$$ I need your help for the below issue.

2008-11-11 Thread vinod kumar kumar
Hi all, I have explained all in the below attchment pls lookinto this and give your solution. Thanks and Regards, Vinu (¨`*.*´¨) Always `*.¸(¨`*.*´¨) Keep (¨`*.*´¨)¸.*´ Smiling! `*.¸.*´ --~--~-~--~~~---~--~~ Visit the blog to download Excel tutorials at