| Thread | Last Post | Replies |
|
| apply all names | 05 Dec 2006 13:57 GMT | 1 |
Objective: - raplace cell references with names Question: - Is it possible to apply all the defined names without having to select them one by one in the Apply Names dialog box? Thank you
|
| Data Validation | 05 Dec 2006 13:53 GMT | 2 |
I am using Excel 2003. I have several cells using a list for data validation and would like the drop down arrow for validation to show for each cell all the time, whether the cell is active or not. Is this possible?
|
| Text Box in Excel 2007 Chart | 05 Dec 2006 13:40 GMT | 5 |
A couple things I can't figure on Excel 2007 (the list seems to grow each day). I tried to record a macro that adds a text box to an existing chart. The text box gets added, but nothing is recorded. Any ideas? Also, I can't seem to add text to the text box on the chart. It ...
|
| Help with code needed | 05 Dec 2006 12:54 GMT | 3 |
Hi all, i was kindly helped with some code to compare and past by Tom Ogilvy and wouold like to know if it could be used to to compare the two ranges and delete entire line, if so how would i change it, i have tried but cannot do it.
|
| Too many ignored errors | 05 Dec 2006 10:43 GMT | 1 |
I made a quite complicated VBA program. It works so-and-so: the functionality is OK, but 1) When I close Excel the application crashes 2) Sometimes the application hangs. I have not been able to find out
|
| Selection.Replace size limitation | 05 Dec 2006 10:02 GMT | 2 |
I have Excel 2002, SP-2. If the text cell selected is big in length, the code below does not work. Sub Trim10() Dim cell As Range
|
| Advance Filter & If Code | 05 Dec 2006 09:44 GMT | 4 |
I have set up a code to do the following: When the dropdown control in the spreadsheet changed 1. it will clear range F5:G20, 2. if user select "(all)", then it will perform advance filter on column V
|
| why is my loop so slow? | 05 Dec 2006 09:19 GMT | 3 |
what i need to do is delete any rows where col b = 0 or 2? For conCat2 = 2 To iCountA If ActiveCell.Value = 2 Then ActiveCell.EntireRow.Delete
|
| Stuck Smart Indenter | 05 Dec 2006 07:33 GMT | 4 |
I have done this before and I have done it again. Done a lot of coding, ran the free Smart Indenter from Office Automation and the indenter got stuck. Progress bar is stuck at 91 % and nil can be done. On the previous occasion
|
| Determining Range of selected cell | 05 Dec 2006 06:49 GMT | 2 |
How do I determine which cell is currently highlighted? I'm trying to create a macro that will resort some data based on one columns value. I have that part working, but after it's sorted i want to select the cell that was originally selected before the macro ran. I tried ...
|
| how to add picture to worksheet from url in Excel 2007 | 05 Dec 2006 06:25 GMT | 5 |
In Excel XP or Excel 2003, we can add picture to worksheet from url, besides from file. There are two functions that can do the job: 1. ActiveSheet.Pictures.Insert Filename:=strUrl 2. ActiveSheet.Shapes.AddPicture Left:=10, Top:=10, _
|
| 2007: Legend format in Surface plots / shadow effect | 05 Dec 2006 05:18 GMT | 2 |
Me again, for another "bug" in version 2007. With previous versions, when you created a surface plot, the format of the legend numbers was based on the format of the number behind the grid. Very convenient. This is not the case anymore. I discovered that on a grid based
|
| code for command button not work | 05 Dec 2006 04:34 GMT | 12 |
every time compile code get error: compile error: procedure declaration does not match description of event or procedure having the same name
|
| Calling msgbox in Excel | 05 Dec 2006 04:13 GMT | 3 |
I just starting using VS2002. Currently in my Excel XP development, I can use the msgbox to have it display a message. While I was experimenting with VS 2002 and the PIA, I was wondering how I can cause Excel to display a msgbox instead of one from the VS 2002 code.
|
| Code Does Not Work Depending On Formula | 05 Dec 2006 04:04 GMT | 5 |
If I use: =IF(Sheet2!D22,Sheet2!D22,"") in column A (with no value) The code below works. IfI use: =Sheet2!D22 in column A (with no value) The code does not work.
|