Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / February 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
link to other worksheets24 Feb 2007 14:09 GMT1
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?
Question24 Feb 2007 13:50 GMT3
After, for example,
If Not Intersect(Target, Range("J1:J20")) Is Nothing Then
Do stuff
End if
Aliases Cell formulas Convert to VBA24 Feb 2007 12:56 GMT1
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 GMT4
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 Sheet224 Feb 2007 05:56 GMT2
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 GMT6
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 number24 Feb 2007 04:24 GMT2
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 example24 Feb 2007 04:08 GMT2
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 speed24 Feb 2007 03:59 GMT1
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 statement24 Feb 2007 02:44 GMT4
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! Error24 Feb 2007 02:11 GMT3
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 DLL24 Feb 2007 01:56 GMT2
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 required24 Feb 2007 01:42 GMT3
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 sheets24 Feb 2007 00:56 GMT10
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 GMT2
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".
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.