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 / December 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
apply all names05 Dec 2006 13:57 GMT1
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 Validation05 Dec 2006 13:53 GMT2
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 Chart05 Dec 2006 13:40 GMT5
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 needed05 Dec 2006 12:54 GMT3
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 errors05 Dec 2006 10:43 GMT1
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 limitation05 Dec 2006 10:02 GMT2
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 Code05 Dec 2006 09:44 GMT4
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 GMT3
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 Indenter05 Dec 2006 07:33 GMT4
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 cell05 Dec 2006 06:49 GMT2
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 200705 Dec 2006 06:25 GMT5
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 effect05 Dec 2006 05:18 GMT2
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 work05 Dec 2006 04:34 GMT12
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 Excel05 Dec 2006 04:13 GMT3
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 Formula05 Dec 2006 04:04 GMT5
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.
 
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.