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...
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!
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...
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)?
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...
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...
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...
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...
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? :)
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?
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?
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)...
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 :)
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...
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...
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.