| Thread | Last Post | Replies |
|
| Propogate information based on cell contents | 20 Apr 2007 21:54 GMT | 5 |
I have a worksheet named "List" that contains data (text and numbers) in column A. I'd like a macro to create a new tab with the name equivalent to the value of cell B6 on the worksheet "List" and based on a worksheet called "Template". The data in column A of "List" needs to ...
|
| Macros Referenced in Custom Menu Fail after Save | 20 Apr 2007 21:06 GMT | 6 |
I'm working on a macro-loaded Workbook (that's shared via a SharePoint site), and every time I open the workbook, make some changes, then do a simple save (Ctrl+S, or File->Save), it works fine, but any macro I try to run from a list on the Menu bar
|
| 1 Dynamic Userform vs Multiple Userforms | 20 Apr 2007 20:56 GMT | 2 |
I need some advice on this task. I have a listbox with 21 items. When I click onto an item, I want a unique userform to display - for that item - with additional parameters for the user to click. So each item brings up its own additional userform. Now I am
|
| Adding text to Formula result in VBA? | 20 Apr 2007 20:38 GMT | 1 |
Hi all. I've got a vlookup formula on a spreadsheet with relative cell addressing that my macro copies when appropriate. I want to retain that formula but concatenate " For Serial Number 12345" so that appears in the cell. sSerialNum is the variable. Here's my (failing) approach:
|
| Macro Optimization - 25,000+ Rows | 20 Apr 2007 20:26 GMT | 19 |
I'm currently trying to optimize this macro for use with more than 30,000 rows. I thought by jumping from one ID to another it would help but it still takes a considerable amount of time to run. Any thoughts or tips are greatly appreicated. I have listed a sample data
|
| Adding two characters in front plus three in back | 20 Apr 2007 20:25 GMT | 8 |
Attached is my currect macro is adding two characters in the front would it be possible to add three characters in the back also? Sub Goodman2() Const Summaryworkbook = "GOODMAN OPEN ITEMS.xls"
|
| Activate previous Workbook | 20 Apr 2007 20:22 GMT | 2 |
I've been looking in here, and can't find what I'm looking for. So..... A macro within a workbook Original List 4-20-07.xls, will open up anothe workbook,
|
| Predictions with Excell | 20 Apr 2007 20:16 GMT | 2 |
I want to create a spreadsheet that looks at multiple criteria to determine the likelihood of something occuring. Specifically, a= 1,2,3,4 or 5, b<= 100,200,300,400,or 500 and c <= 10,20,30,40,50. Given these criteria, what are the probabilities that a random number generator ...
|
| Create characters | 20 Apr 2007 20:11 GMT | 5 |
Is it possible to create characters in Excel? If so how is it done/ Ed
|
| range.offset(0,1) is OK but range.offset(0,2) not | 20 Apr 2007 19:14 GMT | 1 |
I have four merged blocks in a row on a worksheet as follow: BCDE FGH IJ K->T I set rng to the first block's range whose addressi B1 then I use rng.offset(0,1) to jump to the second block and I did it, but when I
|
| Check Box Status | 20 Apr 2007 19:14 GMT | 1 |
I have a form which opens in Excel that allows users to display/hide tabs. There’s 60+ tabs so the form allows them to see only the ones they want. The form contains a series of check boxes that they check, then click on a display/hide button, and hide the tabs that are not ...
|
| Excel macro that deletes all rows which doesn't contain the character "|" | 20 Apr 2007 19:02 GMT | 6 |
How can I delete all the rows which column "E" doesn't contain the character "|" with an Excel macro?
|
| Pivot Table | 20 Apr 2007 19:00 GMT | 4 |
I have a excel with pivot table but the data source of the pivot table is some other excel which is not given to me. I need to read the original data (i.e. unpivoted data) from it. Is there any way... I have no clue about. Can any one provide me some pointers.
|
| determine if Pivot Table field item is hidden | 20 Apr 2007 18:34 GMT | 2 |
I have a field in a pivot table named "PC GROUP" with an item named "DSD". I am wondering if there is a way to programmatically determine if DSD is currently a hidden (or visible) item. Thank you for your help.
|
| addnew | 20 Apr 2007 18:04 GMT | 2 |
I have a program that has rs.addnew as one of the first lines of code, even if there are no records to be added. When exiting Excel, an error comes up that states "memory counld not be written." I believe it is because I cannot perform an rs.Close command because rs.Update is ...
|