| Thread | Last Post | Replies |
|
| don't print command-buttons | 03 Oct 2005 13:26 GMT | 1 |
how can i realize, that my command-button, which executes vb-code, are not printed out? johnny
|
| CleanString() method | 03 Oct 2005 13:03 GMT | 4 |
I'm trying to clean up a text file that I BCP'ed out of SQL Server using the CleanString method. It works on small files of less than .5 mb, but truncates larger files of 1mg or greater. Does any one know why this is occurring? Is there a way to do this in visual
|
| Word toolbars Within Internet Explorer | 03 Oct 2005 12:43 GMT | 1 |
I have a Word document with a custom toolbar. When opening the document through IE, the Reviewing toolbar is the only one visible. I can manually make the toolbar visible and remove the Reviewing toolbar. I have tried some code to make the Reviewing not visible and the other ...
|
| Problem with Object Libraries | 03 Oct 2005 11:05 GMT | 2 |
I am having a problem with the object library in Word2003. Today I tried to dim a Balloon object Dim Balloon as Balloon I have used this line before, but today I got a error "Compile Error - User
|
| Copy text from word document to cell of a table thru a macro | 03 Oct 2005 10:22 GMT | 1 |
In a word document, I have some text and then a table below it. I would like to select part of a text and paste it in a particular cell, then another part in another cell.... I tried recording a macro, but I am unable to toggle between table and "non-table" area in a doc.
|
| Problem with visibility on Documents.Add | 03 Oct 2005 10:03 GMT | 2 |
I'm working on a macro to create 10s of word documents and then pasting the clipboard into then and save them I would like to avoid the created windows to appear on the screen. Is there any possibility to paste the clipboard and save on non visible and
|
| How to extract data using VBA from non-office apps | 03 Oct 2005 09:37 GMT | 2 |
I know how to extract data using VBA from say 'excel'. but is it possible to do it from non-MS Office apps. If so, can anyone point me in thr right direction on how to do this. Thanks.
|
| Private Groups | 02 Oct 2005 17:49 GMT | 1 |
I understand that for the private groups username and password (July til September) have expired. But I don't understand, that here:
|
| Need Someone to Do Form | 02 Oct 2005 05:53 GMT | 1 |
I have a 21-page application form in MS Word that I want people to be able to fill in and then print out without changing the text of the form. I need this functionality in MS Word and I also need a PDF version of the same form with similar fill-in and print functionality. I ...
|
| To access Excel from Word | 01 Oct 2005 20:55 GMT | 1 |
Can anybody tell me how I can retrieve data of an Excel file from a Word file? I need a macro that can be executed in a Word document and makes available data of an Excel file. Thanks a lot for your help,
|
| Finding a Frame | 01 Oct 2005 12:49 GMT | 1 |
I have a macro to deal with text inside a text box (it copies the text from textframes into a table). See its beginning: ------------- For i = 1 To ActiveDocument.Shapes.Count
|
| Word paste text box behavior like power point | 01 Oct 2005 12:46 GMT | 1 |
In word, a copied text box is not pasted as a Microsoft drawing object. To make this happen, one needs to choose "paste special" and then scroll to "Microsoft drawing object", Then the box is pasted on top of the selected text box. I would like to write my own paste macro that ...
|
| Help with an IF routine | 01 Oct 2005 11:36 GMT | 2 |
I am writing a rountine which asks user to input a number between 1 and 10. I know how to say IF the number is 1 then but how do I get the rountine to start again if the number is invalid?
|
| Run a macro in Word from command line to open envelope window | 01 Oct 2005 06:31 GMT | 4 |
I want to create a desktop icon that will open word and automatically open the the "Tools | Letters and Mailings", "Envelopes and Labels" window. I have recorded a macro that opens this window, but the window is modal so the macro cannot be terminated until the window is closed ...
|
| Search for specific words in a document using an external list? | 01 Oct 2005 05:13 GMT | 3 |
I have a word document (for example, I’ll call it ‘Article.doc’) which is rather large, containing certain news articles. I wish to do a search/find and identify specific key words in ‘Article.doc’. However, the list of possible words in ‘Article.doc’ that I wish to find (if
|