| Thread | Last Post | Replies |
|
| using VBA in the function bar | 27 Sep 2006 05:01 GMT | 2 |
I am working on a workbook which has the VBA editor lock by a password. so I can't write or see VBA code. but what I would like to do is being able to write some quick VBA in the function bar.
|
| Excel size | 27 Sep 2006 03:52 GMT | 3 |
While doing a lot of data manipulation and additions, linking to Access and so on I've noticed the size of the .xls file has almost doubled - compared to a backup
|
| Custom Function Not Updating | 27 Sep 2006 03:46 GMT | 4 |
I have over 100 sheets in my workbook & need to refer to the sheet name in a cell on each worksheet. I created the following function: Function sn() sn = ActiveSheet.Name
|
| Paintg cells withtout go sheet to sheet | 27 Sep 2006 03:44 GMT | 1 |
My problem is: I have a sheet1 to sheet10 with class marks created for each class and i have other sheets created for each studen. and some times i need to paint the cells with a diferent coulor and the problem is when a paint a cells i need
|
| If Then | 27 Sep 2006 03:43 GMT | 9 |
Can someone give me the exact code for the following general situation: If the active worksheet when a macro is called is sheet 1 or sheet2 or sheet3, then hide row 16. Or, if sheet 4, hide row 18. If any other sheet, don't hide anything - that I suppose requires no text!
|
| Returning cellvalue from closed workbook using a function | 27 Sep 2006 03:32 GMT | 7 |
Hope somebody is able to help me on this small problem. I am trying to return a cellvalue from a closed workbook using a function. The code that I've used is as follows:
|
| Open dbf file then close. do nothing..ignore any message. | 27 Sep 2006 03:26 GMT | 3 |
i am simply trying to open a dbf file then close it without doing anything and do not want to notify the user plus if any message comes out i want to ignore it...(opening in the background)... i tried with, 'fileToOpen = "c:/path/musa.dbf"
|
| call Text to Columns from another App | 27 Sep 2006 03:02 GMT | 1 |
I'm opening excel from Outlook and copying a recordset in that has 80 semi-colon separated values into cell a1. I want to use text to columns after doing this. I select the column in the code which works fine, but the code i recorded in excel to perform the text to columns ...
|
| Checking Excel Version | 27 Sep 2006 02:41 GMT | 1 |
Is there anyway to check the excel version from the macro? Is there any predefined variable for the version, or do I need to check Windows registry? Regards,
|
| Please help with summative column (VLOOKUP???) | 27 Sep 2006 02:17 GMT | 6 |
We have a big spreadsheet here at work with about 40 columns. One of them, let's say it's column H, contains the names of some school districts. Some of them occur more than once in that column. Column I contains that district's code number. Another column, say column N,
|
| Summing Cells Above | 27 Sep 2006 02:11 GMT | 4 |
This should be so simple, but I'm struggling. I want to sum a column of contiguous numbers and put the total in the first empty cell beneath them. The number of cells summed varies depending on the column. When recording this and reviewing the code, the VB Editor gives me the
|
| HOW TO RIGHT A FORMULA TO HAVE NUMBERS APPEAR IN ORDER | 27 Sep 2006 02:01 GMT | 1 |
HOW TO RIGHT A FORMULA TO HAVE NUMBERS APPEAR IN ORDER SEQUENCE
|
| Reference the name of a formfield bookmark in Word | 27 Sep 2006 01:25 GMT | 1 |
I am filling in a form letter in Word using data from my excel worksheet. I am using Formfields which I am new at. I know how to reference a specific bookmark name like: Dim appWD As Word.Application
|
| newbie question | 27 Sep 2006 01:15 GMT | 4 |
Hi guys, hope you can help I got a strange request, is it possible to change the color of a value in an input cell after a value has been entered, based on a simple subtraction formula?
|
| application.onkey doesn't work within a cell | 27 Sep 2006 00:09 GMT | 1 |
I've set Application.OnKey "{F12}", "" in my workbook's open method. It disables the F12 key fine, until I double-click a cell to edit directly in a cell. F12 becomes functional at that point. Any suggestions on disabling a key whilst directly editing a cell?
|