| Thread | Last Post | Replies |
|
| Need to create table that shows last rolling 30 business days differences on 4 accounts | 22 Apr 2008 22:36 GMT | 2 |
Each day I create a new worksheet which shows the differences for the prior business day on 4 accounts. I would like to be able to see the aggregate differences for the past 30 business days on each account. To make it simple I post a simplified version of this here. "Data
|
| How do I bold entire row with an asterisk in the text? | 22 Apr 2008 21:43 GMT | 4 |
I have a spreadsheet with 16 columns. Column C has text in each cell. In some of the cells in column C there is an (asterisk) * with the text. For example CARS *. I would like in each instance of the asterisk in column C to bold that entire row. Then move on to the
|
| F8 macro step by step | 22 Apr 2008 21:38 GMT | 8 |
In a module vbe i have a macro in which i can't use the F8. Seems deactivated. Any idea?
|
| check for numeric values in a column | 22 Apr 2008 21:29 GMT | 1 |
Quick question. I need to check if there are any numeric values in column "J" if not I allow a refresh of data. Is it possible to sum column "J" and place the results in a variable using VB code or is there an easier way to detect if there are numeric values in column
|
| VBA Code to go to one Bookmark. | 22 Apr 2008 21:26 GMT | 1 |
I have a Tabe of Contents bookmarked on Page 2 titled Table_Of_Contents Can someone help me on the VBA code. I have the following written but it says that the bookmark does not exist. Private Sub CommandButton1_Click()
|
| get cell value where offset cell = X, use this value to populate list | 22 Apr 2008 20:59 GMT | 8 |
Example: Sheet"xyz" A B C D E F G H I r x
|
| Vba Password | 22 Apr 2008 20:52 GMT | 1 |
I have forgotten my password to my Vba is there away to get it , or something like that regards alvin
|
| Pivot Table | 22 Apr 2008 20:49 GMT | 1 |
I have a pivot table showing data over 4 months. Is it possible to set the pivot table to only show those lines where the 'Grand Total' is greater than 1 ?
|
| Can excel export to, run, and run a spread sheet that is closed? | 22 Apr 2008 20:44 GMT | 1 |
I am trying to have one main work book that I can: -(1) Input data -(2) Have that data exported to a closed excel workbook that modifies it and -(3) returns it to the first workbook.
|
| Activate Excel application event | 22 Apr 2008 20:39 GMT | 4 |
Is there any way to be notified when the Excel application is activated, after some other application was the active application? I've enabled the Excel application-level events, but none of them fire when the Excel application is activated.
|
| GetOpenFileName to select a .URL file | 22 Apr 2008 20:37 GMT | 10 |
I need to pick a file (including the path), I have: Sub pickOne() s = Application.GetOpenFilename MsgBox (s)
|
| Save file as... | 22 Apr 2008 20:12 GMT | 11 |
I'm looking to save a file as a text delimted file. I have a bit of code that reads like so: ActiveWorkbook.SaveAs Filename:= _ "S:\SUPPORT\CADTAR\CMS\!Exported_Text_Files!\dMR.txt",
|
| How can I unprotect multiple same passoword worksheets at once? | 22 Apr 2008 20:06 GMT | 1 |
We have created a large number of workbooks containing worksheets that are protected, except for a few cells, all with the same password. Is there any way to remove protection from multiple worksheets at one time? We are trying to avoid having to open each worksheet at a time, ...
|
| Macro to hide rows? | 22 Apr 2008 19:23 GMT | 1 |
I have three sheets named 700, 800, 900 and other duplicate sheets named A700, A800, A900, B700, B800, B900, etc. where 700 and A700 or B700 have the duplicate information. Each day, I will go in sheet 700, 800 and 900 to hide the rows that are completed (vary everyday).
|
| Unlock certain cells based on ColorIndex | 22 Apr 2008 18:16 GMT | 2 |
I am working on a document that calculates indices based on a set of default weightings. I want to allow the user to redistribute these weights without changing the default information. It is set up so that the user can make alterations in the cells that have a yellow background. ...
|