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: 2781
  • Content: Threads
  • Order by date
  1. 2781

    li indent width

    How do I adapt the indenting width of a list item (li)
  2. 2781

    From WordPerfect to Word: French Accents

    When I convert Wordperfect files to Word, either directly or via RTF files, characters with accents get changed to unrecognizable characters. The option change fonts does not seem to fix the problem I have hundreds of WP files? is there anyway this problem can be overcome Thanks
  3. 2781

    Troubleshooting with Outline numbering in MyStyle

    I have created my heading styles H1, H2, H3, and linked these to outline numbering levels 1, 2 and 3 respectively. For the first level (H1), I added Chapter before the outline number. Unfortunately, H2 seems to behave as H1 does not exist, this is, it continues the numbering of the previous H2...
  4. 2781

    To Cajun Centurion; The Vampire

    Thanks for your assistance to my previous question on dynamic array whereby one dimension is an existing array Could you explain a bit more about - "TYPE" variable instead array - a dictionary?
  5. 2781

    Create a dynamic 2-n array where first dimension is an array

    Hi, I have a one-dimensional array, strInterventionFields(6) filled with 7 field items (option base 0) of one intervention I now want to transfer this array for each intervention in a second two-dimensional array strInterventions() which should eventually look like strInterventions (52,6) (in...
  6. 2781

    Dynamically fit size of a text box

    I want to create a report in which a memo field may contain from 0 characters upt to several pages. How can I fit the size of the textbox containing such a memo field so that only space on paper is used as required.
  7. 2781

    Size text box in Access Report to fit length of Memo field

    Hi, I want to print a memo field in an ACCESS report. This memo field contains sometimes only a few words, but is at other times several pages long. How would one develop a macro or VBA procedure to adjust the length allocated to the memo field on the report to the actual size memo field. Or...
  8. 2781

    Wildcard with Instr() function

    Is it possible to use a wilcard character, for example the VBA for WORD wildcard ^t to search for a tab. Instr(1,"MyString",^t) I tried it in vain, but maybe, there is a way around Thanks,
  9. 2781

    Does VB.Net still make distinctions as between VB6 and VBA

    It was not always possible to convert an Office macro made in VBA to a stand-alone programme made in VB6. For example, to open a Word Document, you had first to create the Word Object, while this was not necessary in the macro itself. Does the same difficult still persist in VB.Net
  10. 2781

    How to perform a "VBA FileSearch method" like in VB6???

    Hi, In VBA, it is relatively simple to look through all the files in a folder, and open all the *.doc files consecutively. How do you perform the same operation in Visual Basic 6, instead of in Visual Basic for Applications. THanks MS gives the following example in VBA it looks: Set fs =...
  11. 2781

    How to access objects of various Word files in VB6

    Hi, I have a created a macro in Word to access various files in a directory, and to perform such actions on those files. This macro worked fine and the first lines are shown below. When I want to use the same code in a stand-alone VB6 exe file, it does not seem to work anymore. An error...
  12. 2781

    How to convert a Word macro to a VB program: Object Variable problem??

    Hi there, I wish to convert a macro which works fine to a stand-alone VB6 program. The first line in the macro read: Set fs = Application.Search In the stand-alone programme however, it returns an error: Application not defined as Variable. With some slight syntax variations, it says Object...
  13. 2781

    Dynamic array and find dates in Word

    Hi, A set of documents has normal text interspersed with line paragraphs commencing with a date, tab, number, tab, number. I want to retrieve these latter lines, and copy them to an array if the date is later than a pre-set date. So far, I have done the piece of code given below, which works...
  14. 2781

    How to Find and Copy to an Array all Dates in a Word doc

    Is there any generic way to retrieve all dates contained in a Word document and to copy dates which are later than a pre-set date to a VB array
  15. 2781

    How to find all dates in a word doc. using a VB macro

    I have a set of word documents with normal text interspersed with separate lines containing first a date followed by a series of digit codes. These lines are then again followed by normal text until a new code line is met. How can we retrieve all these code lines starting with a date, and copy...

Part and Inventory Search

Back
Top