OK, I guess I am not quite there.
The workbooks are located inside sub folders within "P:\MiniMonthlies\fairpoint\". How do I make it look for all workbooks under the main path? right now it is only printing the one workbook under the main path.
I need to print the first worksheet of every workbook on a network drive. I have gotten this far.
Private Sub PrintFiles()
Dim i As Long
Dim WB As Workbook
Application.ScreenUpdating = False
With Application.FileSearch
.NewSearch
.LookIn = "P:\MiniMonthlies\fairpoint"
.SearchSubFolders = False...
I know you can in Word;
In b.doc, select a word at the top of Page 9 or which ever page you want the excel hyperlink to point to and make it a Bookmark (Insert->Bookmark...). Then go back to a.xls and edit your hyperlink. At the end of the filename you're hyperlinking to (b.doc) add...
Thanks for all your help but I dont know what is going wrong, I am still getting nothing. Are there any settings that would stop this from running?
Thanks,
Wray
Pretty much but I dont want to manually change the validation list. I want to be able to click a command button and have it go through and print out all the sheets.
Thanks,
Wray
It is an excel spreadsheet and I am using a validation list. When you change the validation value there are vlookups that pull up the related data.
I Need to print each value change. I hope this is a little clearer.
Thanks,
Wray
Thanks for the reply. Didnt really help me any though.
What I have is a form and when you change the value in the validation list it populates different values in that form. There is about 200 entries in the validation list and I need to print each form.
I hace used a code similar to the one I...
I am trying to print each change in a validation list by using the following code;
CODE
Sub Print_all()
ActiveSheet.PrintOut
For Each c In Range("names")
[J5] = C.Value
ActiveSheet.PrintOut
Next
End Sub
When I attempt to run the code I am getting the following errors;
un-time error 1004...
I am trying to print each change in a validation list by using the following code;
Sub Print_all()
ActiveSheet.PrintOut
For Each c In Range("names")
[J5] = Change.Value
ActiveSheet.PrintOut
Next
End Sub
When I attempt to run the code I am getting the following errors;
un-time error 1004...
I have a spread sheet that has several cells filled with different colors. Is tehre a way to search for a color and replace it with another?
Thanks,
Wray
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.