| Thread | Last Post | Replies |
|
| Macro to load JPG image | 20 Sep 2006 09:48 GMT | 1 |
I have aprogram that talks to an Engineering application and passes data back and forth to Excel. The engineering program generates a JPG file that I wnat to update in my Excel Spreasheet. Does someone have a macro to do that? It needs to load form the same folder as the ...
|
| Refresh Pivot Tables | 20 Sep 2006 09:44 GMT | 5 |
Is there any way I can automatically open and unprotect , refresh and then protect a Pivot table through VBA macro? Pls help me out. Thanks in advance.
|
| Emailling sheets via VBA | 20 Sep 2006 09:02 GMT | 2 |
Little help needed Via VBA I need to email a specific sheet from and Excel 2003 workbook (not the entire workbook due to sensitive information) Any ideas?
|
| % completed box | 20 Sep 2006 08:33 GMT | 1 |
I have a rather lengthy macro that basically loops through a long list of company names. This macro takes appr. 20 minutes to run and therefore I would like to give the user some idea of how long time has gone/is left. What I would like is some sort of a message box that shows ...
|
| userform printing | 20 Sep 2006 08:29 GMT | 3 |
I have a userform that I am piecing together and I would like to include a checkbox control that would print a receipt using the info in the userform. The receipt would be another excel worksheet inside the same workbook. I think that I can use the checkbox to start a macro ...
|
| comment positioning | 20 Sep 2006 08:25 GMT | 2 |
I realise this as been asked before just hoping that there may have been some changes or news ;o) if not is there a place to post comments to MS so that maybe one day it will change. Anyway the question:
|
| Text string divided into 4 columns | 20 Sep 2006 08:21 GMT | 2 |
I have information in one column imported from another system. The information is structured in one text string but each row includes a set of 4 different data strings diveded by a comma ",". Like this: Red,house,door,20000
|
| Open Worddoc from Excel via VBA -> Paste | 20 Sep 2006 06:58 GMT | 2 |
Hi Guys 'n Girls in one of my Wordtemplates i have following lines: dim e as excel.application set e = excel. application
|
| user defined function return #value! | 20 Sep 2006 06:35 GMT | 2 |
i create a user defined function as bellow. when i call this function from VBA, it return correct result. but when call from excel sheet, it return #value!. can anyone help me this? thanks in advance!
|
| range color formatting | 20 Sep 2006 05:45 GMT | 5 |
I have a column with multiple values. e.g. When the value of A1 changes, the A1 changes color and the row (A1:A30) should change accordingly; and so on... I am using the If .Column = 1 Then Select Case and works beautiful for a cell. But I don't know how to extend it to a range. ...
|
| userform Enabled property behavior changes between excel 97 and 2000/3 | 20 Sep 2006 05:01 GMT | 2 |
I have a lengthy process, call it My Process, started by clicking a button from a userform. MyProcess can take a few minutes, and while it's running I want all excel user interfacing disabled. In excel 97 I simply surrounded the
|
| Giving some feedback to user, when waiting on SQL SELECT query to finish | 20 Sep 2006 04:08 GMT | 2 |
I'm performing a normal SELECT query from Microsoft SQL Server via ADODB. The line of code which performs the query is a simple: rsdata.Open sSQL, sConnect, adOpenStatic, adLockReadOnly, adCmdText Now, the query pulls out anything between 200 and 1600 records, and I
|
| Sending the current row number as a parameter to a function | 20 Sep 2006 03:41 GMT | 8 |
This is my first post. I have a simple VBA function that counts the number of colored cells (of a certain color), and prints in to the cell which activates the function.
|
| C# Visual Studio connect Excel to AS/400 | 20 Sep 2006 03:40 GMT | 1 |
I need to write a C# program to take data from an IBM AS/400 Without the client access drivers from IBM, how can I get the data from the AS/400? What would be an example connection string?
|
| Grouping Option Buttons | 20 Sep 2006 02:57 GMT | 11 |
I would like to have 12 option buttons grouped together in each row. The option buttons for each row should be independent of the ones in the other row. I added option buttons from the forms toolbar for the first row and
|