Well my list is 0, I never get to use them consistently so always have look them up every time I need to do something new. Just wish I worked with excel all the time.
Success at last! It was the Trust access to the Project Object Model that did the trick. Thank you very much for all your help everybody. Sorry it dragged on a bit. :)
Hi SirJB7
After I entered the first row I got Run-time error 1004
"Programmatic access to Visual Basic Project is not trusted"
After the second line was entered I got Run-time error 1004
Application-defined or object defined error.
After the third line was entered i got the same error as...
Hi SirJB7, I now have the Cmd button sorted and the macro runs from it ok but I still do not get any counts of the user forms. If I run the macro from the code area I can see it going through the files and forms but I am not getting a count of the user forms. I get a pop up message in the middle...
Thank you SirJB7, The macro is finding and listing all the sheets in the files in the active folder but I am not getting any modules or userforms listed. Do I need to change the code to work with excel 2003 ie excel 11??
Hi SrJB7 I found the code and clicked on run. (It does not run from the button, but I can probably fix that.) Lots of scary processing went on, I think it worked. I am about to check. Thank you. How do I tell it which folder to process. It has processed one folder called "ExcelStuff", not sure...
Over the years I have made various user forms which I havent used for a while and dont remember which files they are in. I am using excel 2003 on win 7 Is there any way of listing the files which contain user forms. I am going to make a new user form and would like to incorporate some of the...
Hi I am using XL 2003 and wish to copy and transpose 10 rows of data from a list on sheet 1 to the next empty row on sheet 2.
Here is my code that dosnt work.
Sub
Sheets("TextData1").Range("A1:A10").Select
Selection.Copy
Sheets("TextData2").Select
Selection.End(xlDown).Offset(1...