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 strongm 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: *

  1. thanos54321

    Copying from a word table to an excel table with line breaks in 1 cell

    Hi, I couldn't find any threads containing this issue, and I'm very rusty on VBA at the moment, so I need some help. Specifically, I'm trying to select some text like that is, text including soft line breaks, in word, and copying to excel. The problem is, excel thinks the line breaks indicate...
  2. thanos54321

    Word: Problem integrating two documents with same styles

    Hmm, I figured it out, there was some problems with tabs interfering with the settings in paragraph. Rather strange, but it works now. Anyway, guess I got my template discipline cleared up. Thanks for all the feedback!
  3. thanos54321

    Word: Problem integrating two documents with same styles

    Correction: They have not disappeared, they are just usually much narrower so they look like they aren't there...
  4. thanos54321

    Word: Problem integrating two documents with same styles

    Hi again, Thanks for your contributions, nice to know that people are looking after me :) I tried the last part, and sure, now they are based on the same template, but the problem still happens. My document is actually in three parts, but part 1 and 3 were originally in the same document...
  5. thanos54321

    Word: Problem integrating two documents with same styles

    Is it possible to create a template from one of the documents, and then set both documents to be based on the template now (the other way around of the usual way of doing things, I guess)?
  6. thanos54321

    Word: Problem integrating two documents with same styles

    Could you please clarify something? Are both documents created from the same template? template.dot makes DOC1 template.dot makes DOC2 Or are both document setup with the same styles, but independently? DOC1 has the styles DOC2 has the styles Even if both docs have the same created styles...
  7. thanos54321

    Word: Problem integrating two documents with same styles

    Hi, I've recently created a styles and formatting setup for a document, and have been writing in two different files that have exactly the same setup. Part of the setup is the heading styles, which I've numbered and applied a certain length between the numbering and the heading text. This works...
  8. thanos54321

    Space for footnote too large after customizing styles

    Ah, so simple, yet I had no idea... Thanks a bunch for your contributions! It was, of course, this that was the problem...
  9. thanos54321

    Space for footnote too large after customizing styles

    The problem is, I can't access that symbol. It's really weird. It does it every time I insert a footnote on a new page (in that document, that is).
  10. thanos54321

    Space for footnote too large after customizing styles

    Btw, if I look at all the paragraph symbols (the show all button with the weird inverted P-like symbol), it looks like there is a paragraph above my footnotes, below the footnote seperation line, but I can't delete it...
  11. thanos54321

    Space for footnote too large after customizing styles

    Hi, you guys are my last hope, I've been trying to do a basic style setup that I want to use for several documents, such as headers, some captions, etc. Now, once I'm done with it all, I tried inserting a footnote at the end of the page. Between the footer and the footnote is about 1 cm, AND...
  12. thanos54321

    Accepting dialog boxes (NOT ignoring them) - how?

    Thanks, I'll take a peek, see if I can figure it out.
  13. thanos54321

    Accepting dialog boxes (NOT ignoring them) - how?

    Hmmm. Sounds good. I don't know the programming language, however. Got a quickie guide thingy or something I can download, to get me started? Preferably something about clicking one of several buttons in a window, of course? :)
  14. thanos54321

    Accepting dialog boxes (NOT ignoring them) - how?

    This sounds interesting. There is one issue, however. The point is to repeatedly accept the first option the simulator comes up with, that is, in a for...next structure, this will happen repeatedly, and yes, sometimes it will not happen. Can winbatch solve this?
  15. thanos54321

    Accepting dialog boxes (NOT ignoring them) - how?

    Hi again, you're probably right, hmmm, I guess I better go read up on API, then. Thanks for all the input! You guys are the best.
  16. thanos54321

    Accepting dialog boxes (NOT ignoring them) - how?

    BTW, there is about two minutes waiting time between the code: cb.Simulation NumTrials and the popup window, because CB is "digesting" all the correlations. Is it possible to make the sendkeys part wait two minutes before it sends the Enter signal?
  17. thanos54321

    Accepting dialog boxes (NOT ignoring them) - how?

    Hi both of you again, I've tried both DisplayAlerts and SendKeys now, like this: Application.DisplayAlerts = False 'reset simulation cb.ResetND 'this part resets crystal ball simulation 'Get max number of trials from run preferences NumTrials = cb.GetRunPrefs(1)...
  18. thanos54321

    Accepting dialog boxes (NOT ignoring them) - how?

    Nope, that's not something I've used before. Could you point me in the right direction, a faq or another thread that has some points on this? It sounds promising :)
  19. thanos54321

    Accepting dialog boxes (NOT ignoring them) - how?

    Hi again, I'll explain in more detail. I am running an add-in that is made by a company called Decisioneering - I didn't make it myself - and the dialog box that pops up is one that they made. Sadly, I can't record it using the macro recorder, or I would. It works like this: You set up some...
  20. thanos54321

    Accepting dialog boxes (NOT ignoring them) - how?

    Hi, I am currently testing an excel addin simulation program called crystal ball 7.1 (www.crystalball.com if you care), and I've encountered an annoying problem that I hope can be solved by VBA. Specifically, I am using some inputs for simulation that might be in conflict with each other. When...

Part and Inventory Search

Back
Top