hi there,
so would it be appropriate to refer to you two as "rangers"? :)
thanks for the code and the tutorial on selections, ranges, etc. very interesting. there is more to this then i had thought.
thanks
bill
hi all
i am looking for how to use for next to select and bold the last line in a paragraph. each paragraph has 2 -8 line in it. each line ends with a new line character. any for next experts out there?
thanks
bill
hi gerry,
i think i just confused you. sorry. my head was a bit cloudy. no i am not using table styles. never heard of that. will look at it.
can you tell me how to test for existance of file before trying to open it? i have the rest figured. your code was very helpful for showing me...
Gerry
Your code is very interesting. I am still studying it but am going slowly. I have a bad cold. What fun. But nevertheless i am still working it. I love figuring out code but my head is cloudy. I can see however that i didn’t really describe the problem well enough. I apologize.
The...
hi Gerry
thanks for the tip. i will play with this. the insert text is in a table. i cut and paste all the data over from excel. what i need to know now is how to filename in the inserted text and move to the next column to insert the picture. and then go to the next group of text. each...
hi,
yes all photos are the same size. they are thumbnails so they are not too big. and yes they are all in the same directory. i tried recording my manual actions but could get that code to work. nor could i figure out how to get the file name from the document and replace in column next to...
i have an excel spread sheet that i use to store names, addresses, phone numbers, email addresses, etc. i have been importing it into word and then doing the tables to text thing to get it into a nice format for printing. i moved it to word so i can use the book fold print feature that word has...
yeah that is it. thank you! so how could i have found that using ms word help. the help has me lost. i have written lots of code in my life but the vba doesn't seem to have a manual. or at least one i can understand. i write most of my code from examples. (i have done a fair bit of excel...
hi, i am trying to bold all the first words in a paragraph. this code works but how do i set up a loop so it will do for the whole file?
Sub bold_first_word()
'
' bold_first_word Macro
' Macro recorded 11/30/2004 by bill
'
Selection.MoveRight Unit:=wdWord, Count:=1, Extend:=wdExtend...
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.