| Thread | Last Post | Replies |
|
| ListBox Column Widths | 18 Dec 2007 16:43 GMT | 4 |
I have a 3 column worksheet (chart of accounts - Code, Detail, Group). Each column is of a different width. I can load these 3 columns onto a ListBox but some of the text is not legible as all columns are of the same size in the ListBox. Need some code to adjust column widths in ...
|
| Type Mismatch | 18 Dec 2007 16:38 GMT | 4 |
I am getting an error 13: Type Mismatch and don't understand why. Would someone clarify this for me? Sub SaveItems(AmountCol, Choice, ItemAmount) Dim ws As Worksheet
|
| Long running operations | 18 Dec 2007 16:20 GMT | 1 |
I have an Excel-file that interacts with MATLAB, some of the interactions can take quite a long time, when that happens a window comes up saying that "Microsoft Office Excel is waiting for another application to complete an OLE action. I understand that I should be able to get ...
|
| Find Chart Sheets in workbook | 18 Dec 2007 16:17 GMT | 2 |
I am trying to loop through the sheets in a workbook and test to see if the which sheets are chart sheets. The code is failing is this because of the way I have set up the wrksht variable (i.e. dim as worksheet)? Function IsChartSheet() As Boolean
|
| Generating Graphs (XY scatter Plot) | 18 Dec 2007 16:15 GMT | 1 |
i'm tryingt o generating graphs out of my worksheets, all graphs are catching data from the same columns (column C is Y axis, column D is X axis, I;m trying to write sth that will catch this two columns automatically once i'm swiching to new worksheets.
|
| XLA Deployment | 18 Dec 2007 16:10 GMT | 1 |
I am deploying in XLA using Nullsoft Installer (NSIS). I was thinking of just adding the XLA to : %APPDATA%\Microsoft\Excel\XLSTART This is the Adobe Acrobat 6 appears to install PDFMaker.xla.
|
| Turn Off Circular Reference Message | 18 Dec 2007 16:09 GMT | 2 |
I am using a Circular Reference in one sheet in a workbook and keep getting the Circular Reference message. Is there a way to turn this message off? I am using the code below, but it doesn’t resolve the issue: Private Sub Auto_Open()
|
| Copy Sheets to another workbook | 18 Dec 2007 15:58 GMT | 1 |
I am trying to copy over a range of sheets from one workbook to another but there is an error in my VBA statement. Could someone tell me what is going wrong? 'Copy Trial Balances worksheet
|
| auto date | 18 Dec 2007 15:34 GMT | 1 |
I would like to set up an autodate in an excel spreadsheet. I want the date to fill when I enter data into the previous cell, but I do not want the date to change when the report is updated or saved. Is this possible in excel. I do not want to take the form to access because of ...
|
| How to retrieve text from the textframe of an oval shape in Excel? | 18 Dec 2007 15:10 GMT | 2 |
It's straightforward to set text in the textframe of a shape using the characters method but how can you retrieve the text? I've tried using text, characters.caption and characters.text, and I've tried creating a characters object and setting it from the characters method - ...
|
| How to Call Functions in the Personal Workbook? | 18 Dec 2007 15:07 GMT | 1 |
I'm working on an Excel Project and would like to use some utility functions resident in my Personal Workbook. Is there a simple/ standard way to access those functions from the other Project? Or is cutting and pasting the code the non-elegant, best way?
|
| Conditional Formatting... | 18 Dec 2007 14:47 GMT | 2 |
I need to setup a conditional format based on an adjacent cell value... Let's take columns B & C for example... I want to format B1 red if the value of cell C1 is greater than zero and the value of cell B1 is zero.
|
| How do I write a macro for keeping time? | 18 Dec 2007 14:32 GMT | 1 |
I would like to write a macro that will work in Excel 2003 that would enable a user to use keys on the keyboard (F5 and F6 for example) to start and stop a timer function and return the amout of time elapsed between keystrokes...like a stop watch. I would like to use this to ...
|
| MS Query import data | 18 Dec 2007 13:27 GMT | 1 |
I would like to use MS Query to import data in to my spreadsheet with security. I must user my ID and password to create and save MS Query to retrieve data from SQL server via ODBC. If shows my ID and password when user run the report.
|
| Is it a bug? in VBA, FileName (with "[", "]") changes after opene | 18 Dec 2007 12:44 GMT | 4 |
in Excel VBA macro, I found: here is a file named "abc[def]gh.xls" in folder_A, 1. Code1: for each objFile in folder_A.files
|