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
VBA Code and Protection Sheet15 Dec 2006 03:26 GMT5
Does Excel have a problem running a VBA code when the worksheet is
protected? If yes, is there a way to overcome it?
Thanks.
VBA for index match and an IF statement to make a cumbersome formula easier15 Dec 2006 03:26 GMT2
Looking for some assistance. built an Index Match that works great -
but I need to incorporate an IF statement based on varying levels of
revenue.
so here is the original formula:
FAX from VBA15 Dec 2006 01:48 GMT1
Excel XP & Win XP
   I'm asking this question from a position of total ignorance.  My
question is:
How do I FAX with VBA code?
Access Named range value with multiple workbooks open15 Dec 2006 01:25 GMT3
I am trying to access the value in a single cell that is a named range.
Code:
If Workbooks(Current).Names("UpDate_File_Name1").Value = "Save to" then
...
Next without for??15 Dec 2006 01:06 GMT1
Excel 2003 VBA
I'm getting an error "next without for" in the following, simple code.
Doesn't make sense to me.  Any help?
Private Sub CommandButton3_Click()
if selection from drop down menu = X, then...15 Dec 2006 00:31 GMT1
My "A" column is the network.  Each cell in that column has the same
drop-down menu: NetworkA, NetworkB, etc.
My "B" column is the server name.
What I want is:
Code runs slooooww15 Dec 2006 00:28 GMT2
The following code takes many, many minutes to run on several hundred rows.  
Does anyone have any suggestions that might speed it up?
Thanks in advance!
Option Explicit
Number stored as text error message15 Dec 2006 00:27 GMT9
I have created a macro in vba to input a "string of numbers" into a
cell.
-Some of the numbers in the string have leading zeros so I have
formatted the cell type as "text."
any function to replace loop14 Dec 2006 22:54 GMT1
Below loop works ok. But sheet ("pickuptime2") gets near over 15000
rows and it gets
slower.Any suggestions would be helpful. Thank you very much in
advance.
Newbie Web Query and Date Formatting + Error Handling14 Dec 2006 22:40 GMT3
I have a project that seemed easy at first glance.  Simply stated, I
want to insert a cropped and sized .PNG image from a website into my
worksheet at a predetermined location.
It wasn't that easy (I'm new at VBA, so bear with me).  I started out
Save only one sheet from workbook14 Dec 2006 22:25 GMT2
I have a workbook with lots of worksheets, but as part of my macro I
want to just save the sheet named data1 as a new file. Is there any
easy way that I can do this?
Thanks in advance,
Delete cells where value is 014 Dec 2006 22:22 GMT1
I have a range of cells where the values are in time format mm:ss.000
Some of the cells will have values, some will be 00.00.000.
I need to either;
Empty all cells where the value is 00.00.000 (so a min formula on a
vba arrays, count blank cells14 Dec 2006 22:20 GMT2
I am trying to write a harmonic mean function that will evaluate a set
of numbers, even if there are negative or zero values.
The harmonic mean formula is the count of numbers in the data set
divided by the sum of 1/n.  The excel function is =harmean().  For
Help with using arrays or just help in general!!!!14 Dec 2006 21:33 GMT2
I am trying to write a macro that filter about 5000 rows into the
different dates. After filtering the dates from Jan04 to Dec08 it then
copies the rows to a different sheet. After each date range is filtered
it then adds a row to add all costs together. I can do the filtering
Deleting Charts14 Dec 2006 21:26 GMT4
I am creating a chart by ht following code,  that is activated via
command button.
Private Sub CommandButton3_Click()
   Application.ScreenUpdating = False
 
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.