| Thread | Last Post | Replies |
|
| How to pass a Two Date parameter to a report at runtime using VB .NET | 18 Feb 2004 11:31 GMT | 1 |
How to pass a Two Date parameter to a report at runtime using VB .NET 1. How do we pass multiple values eg. Startdate, EndDate to crystal reports parameter.
|
| Programming Methods : Caculations In A Table | 18 Feb 2004 10:49 GMT | 2 |
I wonder if people can discuss with me "the better technique" on the way to program the following scenario I have a table where calculation will be performed Column Headings of
|
| Error message received when accessing the clipboard using VBA | 18 Feb 2004 07:26 GMT | 5 |
I'm looking to be able to access the clipboard contents using VBA. Here's some code which I got from this forum (guy name of Helmut posted it) Sub R_clipboard_to_variable( Selection.Cop Dim o As DataObjec
|
| a quick form question. | 18 Feb 2004 07:18 GMT | 1 |
im kinda new in ms access i have many 5 fields in my forms as like for a grocery store as a currency outlet to sum up those totals now the problem is after i add digits to it at total it adds up totals
|
| Using {MACROBUTTON} fields to insert information from Outlook | 18 Feb 2004 06:41 GMT | 2 |
Using Word 200 and XP, what is the code for using {MacroButton} fields to insert Name, Address, (or information from any other field) from Outlook into a Word document?
|
| running Word commands | 18 Feb 2004 05:58 GMT | 12 |
1. 'What is the best way to run a built-in Word command from VBA? 2. Why do some built-in commands run successfully, and others don't? If I run: Application.Run MacroName:="WordRight"
|
| Autoexec() won't work | 18 Feb 2004 02:13 GMT | 4 |
I want a user to be able to single-click a linked graphic in a protected form to open a document. So far, it only works when double-clicked. It seems the Autoexec() portion is not working. If I run the code from the VB
|
| Read and Write Word file | 18 Feb 2004 01:37 GMT | 4 |
I am working on vb.net and word application automation application. my question is :. 1. I want to save one file into another file , example.
|
| Putting data from sql server onto word form | 18 Feb 2004 01:35 GMT | 1 |
Anyone know a good tutorial (url) or a few todos about subject? /morten
|
| How to add a "cloned document" | 18 Feb 2004 01:25 GMT | 2 |
i have a word document and want to add a new one in Word. This new should have the same text and format, the old one has. I am trying since two hours, but have no idea how to "clone" documents. I tried to "wholeselect" the old one and copy it to the new, but format-differences
|
| Print Macro | 17 Feb 2004 23:56 GMT | 4 |
Hi, I copied a macro to print. Easy stuff, but how can I specify which printer to use in the macro? I cannot make the printer I want the default printer. Here is the vba from the print side.
|
| Select all of text in cell | 17 Feb 2004 23:39 GMT | 3 |
ARRGGH! I have a cell with text that wraps to a second line (the second line is also indented). It look likes Description1: This is the fourth picture in a series
|
| Tables with borders.... i wish! | 17 Feb 2004 22:32 GMT | 2 |
When I run a macro from my document in Word 97 a table is created and the borders are automatically added but when I perform the same operation in word XP the borders are non-existant. I do not understand why, even though if
|
| Is this possible ? Adding Checkboxex in to a table cell with VBA | 17 Feb 2004 22:23 GMT | 1 |
I am creating a template which is basically a table. I want to know if it is possible when adding a row to my table to basically populate a cell with a check box, this will be happening for every row added. No bookmark is required as i scan the rows for the
|
| large string in vba | 17 Feb 2004 20:36 GMT | 1 |
I try to use a large string in vba code The string hold a "where" statement for a query. The maximum charaters I can put into it is 251, but the help file says the string datatype can hold up to 2^32 characters,
|