| Thread | Last Post | Replies |
|
| This is killing me | 12 Mar 2008 22:07 GMT | 5 |
All I want to do is to make sure every time there is a change in the combobox all cells are updated, but it doesn't so I tried forcing it byreplacing and equal sign by an equal sign something like this: Sub UpdateWkbk()
|
| Error handler question in Worksheet_Change event | 12 Mar 2008 21:47 GMT | 3 |
Hi My code below clears a cell's value then prompts an error message, if the input value is outside the specified limit. But I'd prefer to reverse the sequence (i.e. prompts the error message
|
| Listbox to Array | 12 Mar 2008 21:40 GMT | 2 |
I was looking for a faster way to get all the values in a listbox. I have this code: Dim vArray As Variant dim strCSV as String
|
| Lotus Notes get all the recipients | 12 Mar 2008 21:38 GMT | 1 |
How do I get all the recipients from .GetItemValue("CopyTo") (0)? Cliff Edwards
|
| RemoveDuplicates not removing all duplicate entries | 12 Mar 2008 21:37 GMT | 3 |
I can't see what is failing in this macro to remove all duplicates. I always end up with one duplicate left over? All help is appreciated. '======
|
| Screen Updating For Status Bar | 12 Mar 2008 21:26 GMT | 4 |
I have a VBA routine that keeps the user updated on progress by changing the status bar (Processing xxx Row of yyyy). When the user multi tasks and goes to do something else and then comes back to Excel the status bar updating is frozen. I have the Application.ScreenUpdating ...
|
| is there a "workbook.calculation" command ?? | 12 Mar 2008 21:18 GMT | 2 |
i have my 3 workbook opened, runnin the same macro each, with disabled the calculation of page , and i use Application.calculation for make it calculating. but like that it calculates 3 times per cycle each page ..
|
| Links broken when spreadsheet emailed | 12 Mar 2008 20:46 GMT | 6 |
I created a spreadsheet template that has some VBA code in it, then created two buttons to call the methods. This way, the person did not have to go to tools, macros and find the one they needed. But when I emailed the spreadsheet to the user, they pressed the toolbar button and ...
|
| Model User Forms | 12 Mar 2008 20:41 GMT | 1 |
Hi i liked know more about userforms any peolpe could help me!!!
|
| return ADO record set from Add-In? | 12 Mar 2008 20:03 GMT | 1 |
I've been trying to return an ADO recorset from an Add-In. Maybe there are some fundamental reasons why that doesn't work? I'm new to ADO. I've gotten it to return, but haven't been able to access the data. It tells me that it can't perform that operation when the connection is ...
|
| same sheet copy/paste special | 12 Mar 2008 19:48 GMT | 2 |
I have data that is prefilled from other sheets to this master sheet. The dates are prefilled and a Vlookup applies the data in the appropriate cell without VB. I just want to copy and paste special the values in the sheet for the current date.
|
| Status Bar Freezing 2nd Try | 12 Mar 2008 19:30 GMT | 2 |
I am using the code application.DisplayStatusBar = "xxx" to keep the user updated on my routines progress. As long as the user keeps the application focus on Excel the updating works but if they say, go check email and then come back when Excel regains focus the status bar does ...
|
| Loop to move #'s from one column to next | 12 Mar 2008 19:08 GMT | 4 |
I have a macro that moves a bunch of columns around, formats them, and inserts a blank column A. That's the easy part :). Problem 1: In column A, I want to collect data from column B using =RIGHT(B1,3). I want this to loop through until there is no more data in
|
| Shname = Array("Sick Graph","Accident Graph") | 12 Mar 2008 19:04 GMT | 4 |
Hello From Steved Shname = Array("Sick Graph") To This please Shname = Array("Sick Graph","Accident Graph")
|
| copy/paste special | 12 Mar 2008 18:49 GMT | 3 |
I need help to perform this task. For dt=2 to 1000 If cells(dt,1)=date then Copy paste special this row. Next dt
|