| Thread | Last Post | Replies |
|
| Floating Command Bar &/or Buttons | 13 May 2008 19:34 GMT | 5 |
I have an excel file that will be shared by a couple of dozzen people. In this file I need to have a floating command bar &/or buttons. I have tried creating a custom toolbar and it works great for my computer but does not show up for anyone else.
|
| Run time error 9 (Subscript Out Of Range) | 13 May 2008 19:30 GMT | 4 |
I am getting a error. Run time error 9 on this line of code ( Windows(hirename).Activate ) I am not able to understand it i also tried alternative code wookbooks("Hrining Plan.xls").Activate but it is also not working.
|
| Looping thru ComboBoxes on a Worksheet | 13 May 2008 19:26 GMT | 4 |
I checked lots of posts but have not been able to find a solution for my looping problem. Hope someone can help. I have 8 comboboxes on a worksheet sheet and I want to reset the listindex on each one to 0. Here's the code I used:
|
| Input box sorting? | 13 May 2008 19:20 GMT | 7 |
What i want to do is when someone opens the excell file it asks them for their card number. When they click okay it filters column A in the "expense" tab just the same way if you auto filtered and used the drop down list. The only thing is i dont want it to allow them to filter ...
|
| formula | 13 May 2008 18:49 GMT | 5 |
Would anyone know what the formula should be for this below =sum(a1+a2)/abs(a1) If I want to use a conditional statement If a1=0 need the result to be 100%,
|
| Selection/Filtering Question | 13 May 2008 18:34 GMT | 3 |
I have a worksheet where the data is laid out as in Worksheet 1, below--I have data values (SomeValue) for county locations that changes every hour. I want to populate a second worksheet that has the data selected by specific date and hour, and matching it to the
|
| Help with code to change file name PLease | 13 May 2008 18:25 GMT | 2 |
Hi all, i have a string variable with the path that i retrieved my file from and i need to save the file after manipulation to the same path, just with a "ZA_" in front of the file name. e.g. Get:
|
| Need Macro to Print Current Page Only (2) | 13 May 2008 18:07 GMT | 7 |
I have many people using the file. Each person only needs a page worth of information. I need a Macro to print curent page only. I am hoping to have a macro that looks at what pape I am on and will print the specific page. This way I do not need to make 97 buttons for printing.
|
| build text file | 13 May 2008 17:49 GMT | 4 |
Have the following that creates a text file. Problem it does use th entire sheet that has data. Is it possible to have it only use those rows that are complete. Here is what I've got. Thanks to all
|
| Problem with an estimating program | 13 May 2008 17:24 GMT | 1 |
I am putting together a program to help me estimate the cost of various metal parts. One variable is the material cost. The parts are stamped from a sheet. I know how many parts one sheet will yield (D25). I know the cost of one sheet (B26). Here's my dilemma; I need
|
| Linked cell | 13 May 2008 17:18 GMT | 1 |
I have this code, which someone provided me. (…) NewWS.Cells(xx% + 1, 2).Value = Sheets(xx%).Range("c271").Value (…)
|
| User-defined type not defined | 13 May 2008 16:35 GMT | 1 |
I have a Worksheet with 36 images all them having a name. I also have a button that run clicked runs the Macro "Play". And I have the following code: Private Sub Workbook_Open()
|
| List Box Item Format | 13 May 2008 15:55 GMT | 4 |
I'm working in Excel 2003. I've created a form containing a 4 column list box. The data for the list box comes from an inventory sheet. Columns 2 and 3 of the inventory sheet are times (starting and ending). On the sheet I've formatted these columns in a custom format to show ...
|
| Excel spreadsheet functions | 13 May 2008 15:52 GMT | 2 |
I am wondering if I could get some help or suggestions on how do do a particular type of task. The problem is that I don't know how to even google what I am trying to ask because I am sure my question is not new.
|
| For...Loop to verify at least one checkbox = True | 13 May 2008 15:43 GMT | 2 |
I have a UserForm with a Multipage Control (mpgPaint). Each Page is Named pgColor1, pgColor2, pgColor3, pgColor4, pgColor5, & pgColor6. On each page there are two checkboxes named chk1stSurfaceP1 & chk2ndSurfaceP1 (the number 1 represents what page it is on). How can I cycle ...
|