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 / January 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Do not let user save template if it has been been modified17 Jan 2007 23:49 GMT1
I have a template that I do not want it to be saved under any
circumstances when any part of it is modified. I have been able to
program the X button not to save with:
Private Sub Workbook_BeforeClose(Cancel As Boolean)
copy method of worksheet class failed17 Jan 2007 23:39 GMT6
I have a workbook with 2 sheets:  Summary and Template.  On the Summary
sheet is a list of people in a range called emplist.  the macro below
copies the tempate worksheet and renames it to each of the employees
listed in emplist.  The problem is that is always fails after adding
Menus using VBA?17 Jan 2007 23:02 GMT4
I have a question..
In visual basic6.0, instead of having lot of commnad buttons in a form,
they can be included in menus using menu editor.. Is it possible to do
so in VBA?
userform, StartUpPosition17 Jan 2007 22:18 GMT2
to position a user form rightmost on the monitor
I miss a preset constant for the property
StartUpPosition aside of 'manual', 'centerowner',
'centerscreen' and 'windows default'.
Hide Macro's17 Jan 2007 21:10 GMT8
Hide Macro's
Is there a possibility to hide created macros within macro window from
the users?  This is to prevent users to execute out of sequence code.
Ardy
Creating a list of workbook users17 Jan 2007 21:08 GMT10
Hi, I've been thinking how to do this, but I'm not quite advanced
enough to crack it yet.
I'd like to create a macro that saves the user identity (preferrably
system logon ID, but User name from Options would suffice), and date
Application.CalculateFull17 Jan 2007 20:22 GMT4
I want to use Application.CalculateFull to calculate all the formula on
my spreadsheet. I have some data pulling from Bloomberg so it may takes
some time for the calculations to be completed. Is there a way to know
when the calculations are done? Cause once they are, I want to ...
Hiding unused rows17 Jan 2007 20:22 GMT1
I need to make the following procedure dynamic. Also there are blank
cells in both column E and column F that need to be skipped over for
the procedure to finish its job. Help greatly appreciated. From a user
standpoint is it easier to activate this from a button?
Workbook.Open fail in 2003, good in XP17 Jan 2007 19:26 GMT14
Excel XP & Win XP
I'm helping an OP.  He has Excel 2003 Pro.
He and I have now run the code shown below several times on both our
computers.  His computer fails on the "Set wb = Workbooks.Open.........."
find text delete row17 Jan 2007 18:46 GMT5
Need some help condensing this code...
I used some of that good old copy and paste from this group to make
these, but I wondered if I could condense them into one loop so that
I'm not looping the entire column 3 times.  It gets large and takes a
Sheet name = cell value17 Jan 2007 17:58 GMT2
Hi everyone.  Is there a way for vba to run through all sheets in a
workbook, and set each sheet name to the value in cell B1 of that
sheet?  Thanks!
pasting excel range into a Word doc17 Jan 2007 17:41 GMT3
I have managed to write code to copy a specified range in a worksheet and
paste it into a Word doc.
I have used:
    Dim wdApp As Word.Application
[Excel 2003] Exporting Diagram as Bitmap with VBA17 Jan 2007 16:55 GMT2
i have to export Diagrams out of Excel 2003 during an automatic analysis,
and i have some trouble with it. If i use the standard way (in my
understanding) with VBA like this:
    Dim Dia As Chart
Extract Part of Sentence for Separate Cell's Value17 Jan 2007 16:54 GMT8
Hello Gents/Ladies...another question....
I have a cell, C13, that says:
Bonus: $4,000 (DEC06).
My question:
Merge data from one sheet to another and print17 Jan 2007 16:27 GMT1
I have a workbook that has two worksheets in it.
Worksheet A contains a list of names and phone numbers.
Worksheet B is a form that contains some static information and a need for
some of the info from Worksheet A.
 
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.