Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 565u
  • Content: Threads
  • Order by date
  1. 565u

    watermark change takes minutes (Word XP)

    Hi, I am trying to change watermark (for all pages), but the change takes several minutes. During this time Word XP (Windows 10) is non-responsive. I first tried the code that macro recorder records and then a code from another forum. The result is the same. Both codes work (in the end) but they...
  2. 565u

    conditionally manipulate text in each paragraph

    Hi and thanks for reading my post! I have a plain text file. I need to go thru each paragraph and check it for specific character or several characters and then manipulate them or text near them. I just can't figure out the methodology to do that :( Everything I try fails me at some point. My...
  3. 565u

    Clipboard (Office XP)

    Hi and thanks for reading my question! I use .CopyFace/.PasteFace in one of my codes and they take advantage of Clipboard, which is a problem for me, because the clipboard may contain data (usualy text). I think I can either choose another method to replace Copy/PasteFace or store the clipboard...
  4. 565u

    .OnAction won't call a function with a parameter

    Hi and thanks for reading my post, I've just spent half an afternoon looking thru advices on this and nothing works. I have Word XP, I create a commandbar via VBA and then want to add a button that calls either a sub or a function with a parameter. That way I want to have a toolbar with several...
  5. 565u

    Word_checkbox, use VBA to create a new one based on circumstances

    Hi, I wonder if it is possible to create a kind of MsgBox with checkboxes and an OK-Cancel buttons in Word (XP, 2002). I don't want to have the checkboxes stored anywhere because they will need to be created based on current circumstances (if that's possible). Say, I have variables x, y, z and...
  6. 565u

    selection.words(x).select on multiple words?

    Hi and thanks for reading my post! I use selection.words.count to find out how many words are in a selection. Then I would like to select them (in case only part of some word is selected initially), but the only way I can figure out is by selecting the first word and then extending the...
  7. 565u

    Excel: Statusbar control

    Hi and thanks for reading my post! When you display a message in the status bar in Word (StatusBar = "Your message."), the message is shown and as soon as you do something, Word takes control of the status bar and displays whatever information it has to display. I like this approach and I would...
  8. 565u

    Reading a keycode while editing text (Word, VB6.3)

    Hi and thanks for reading my post! My situation is during editing/writing text in word. No forms or objects. Just text. I have a series of macros I need to assign to several (alt+key)s. But since the macros are very similar I would like to do something nicer. I would like to have one macro...
  9. 565u

    insertion point position

    Hi and thank you for reading my post, my situation is this: my code can be started at any time during writing/editing of a text document. The code then selects the whole paragraph and applies, say Italic (it is more complicated, but Italic will do for the case of this example). Then it...
  10. 565u

    moving words

    Hi and thank you for reading my post, I would like my code to move selected word (e.g. 10 characters to the left, 3 words to the right, etc) but I have no idea how to go about it in some nice way. I will eventually also need to check what is to the left or to the right of such word, so I am...
  11. 565u

    How to check if current paragraph/line is the last?

    Hi and thanks for reading my post. This is something I have been working around for years and it's been always very difficult and cumbersome. I just cannot figure out (in vb 6.3) how to find out whether the current (where the insertion point is) paragraph or line is the last in the document. I...
  12. 565u

    How to check if current paragraph/line is the last?

    Hi and thanks for reading my post. This is something I have been working around for years and it's been always very difficult and cumbersome. I just cannot figure out (in vb 6.3) how to find out whether the current (where the insertion point is) paragraph or line is the last in the document. I...
  13. 565u

    Excel: select mult. shapes based on their name

    Hi and thanks for reading my post! I have several shapes in one sheet and they have names such as "BigShape 10", "BigShape 11", "MedShape 7", etc. When the shape is selected I use this name to tell what the shape type is and what to do with it. But I have a big problem. I cannot figure out how...
  14. 565u

    End of text check & Scroll to top of the view

    Hi! Thanks for reading this. I have two problems I've been trying to solve for quite some time. If anybody smart can help me, that would be terrific. -I am checking every paragraph for something. When done, I move to the next paragraph and so on... only I have no idea how to check for the end...
  15. 565u

    cell row and column

    Hi! I need to read the location of an active cell, wherever in the worksheet it is. I've been trying to figure this out for eternity. Could anybody much smarter than me kindly help, please? Many thanks in advance!! Pavel

Part and Inventory Search

Back
Top