| Thread | Last Post | Replies |
|
| link to other worksheets | 24 Feb 2007 14:09 GMT | 1 |
I've a big complex Excel worksheet; when I open this, I can see a message which ask me if I want to refresh values from others worksheets. My question: how can I find in my worksheet which are these cells linket to others worksheets?
|
| Question | 24 Feb 2007 13:50 GMT | 3 |
After, for example, If Not Intersect(Target, Range("J1:J20")) Is Nothing Then Do stuff End if
|
| Aliases Cell formulas Convert to VBA | 24 Feb 2007 12:56 GMT | 1 |
I have in cell B2 "BLACKWHITE". In cell C2 i have a 4 digit product code eg "BWCT" which will contain letters in above. In cell D2 i have the formula to rehash the code in C2.
|
| How to extract file name for use in a cell? | 24 Feb 2007 06:36 GMT | 4 |
Hi, Using XL2002 and Windows 2000 If I have a file named A00015249CR.csv and I want to place the first 11 characters of the filename in a cell, how would I do that, if it's possible.
|
| Data of Sheet1 should gets autometically posted in Sheet2 | 24 Feb 2007 05:56 GMT | 2 |
I have two sheets: Sheet1 Sheet2 In Sheet1 i have 12 coulmns. Out of which few are as mentioned below:
|
| Is it possible to protect parts of a worksheet, certain cells? | 24 Feb 2007 05:28 GMT | 6 |
Is there a way to protect certain cells or ranges on a worksheet and leave the rest unprotected. There are certain ares that I don't want users to change but want to allow them access to others. Can you please provide an example.
|
| I don't want to repeat the same number | 24 Feb 2007 04:24 GMT | 2 |
how can I change a repeating number? this is what I have so far. Thank you! Private Sub Worksheet_SelectionChange(ByVal Target As Range)
|
| Find duplicate range or cell ref (as precedents) in a cell's formula - an example | 24 Feb 2007 04:08 GMT | 2 |
No question here, just a procedure example for the achive. Find duplicate range or cell references (as precedents) in a cell's formula - an example Sub FormulaDuplicateRefCheck()
|
| Using Code Editor Slows execution speed | 24 Feb 2007 03:59 GMT | 1 |
I have noticed lately that with some of my applications whenever I make a change to code using the Code Editor the execution speed drops tremendously. If I save the very same changes, and then exit Excel altogether and then restart Excel, the speed of execution is normal.
|
| If then VB statement | 24 Feb 2007 02:44 GMT | 4 |
My attempt doesn't work: If Columns("B:B") = "A" And Columns("N:N") = "manual Calc" Then Columns("O:O") = "0" I need it to see if column B has value "A" in it with a matching row of
|
| #DIV/0! Error | 24 Feb 2007 02:11 GMT | 3 |
I am having problems with a spreadsheet I am creating. The spreadsheet looks something like this. Average Most Recent 2004 2005 2006 2007 all data
|
| Error in loading DLL | 24 Feb 2007 01:56 GMT | 2 |
I copied my personal.xls from my desktop to my laptop, and when I go to run a macro I get the "error in loading DLL" message. Any suggestions? Thanks
|
| VBA programming expert required | 24 Feb 2007 01:42 GMT | 3 |
I am looking for a VBA programmer for a fee-based project. If anyone is interested in what could be a large project, using Excel 2003/XP please post reply and I will elaborate. Thanks.
|
| Duplicate chart on new sheets | 24 Feb 2007 00:56 GMT | 10 |
I have a macro that copies elements of a Template worksheet to create new sheets. The new sheets are for the most part identical except that the data values are different. I need to copy a chart that is on the template sheet to the other sheets and have it pick up the same
|
| Populating a cell with concatenated text... | 24 Feb 2007 00:53 GMT | 2 |
I want to enter a combination text/cell value in a cell, but vba won't let me. It expects the end of the statement. Example: Range("A5").Formula = _ "=Summary of "&Q1&" manual comparison." ... where Range("Q1") could be "Current" or "MTD".
|