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 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
using range name in Find26 Jan 2006 11:58 GMT2
I have a range named OMSZ, and I'd like to use this name in Find, but this
line gives an error:
MyVar = ThisWorkbook.Names("OMSZ").Find("StringToSearchFor", [A1], , ,
xlByRows, xlNext).Row
Need help parsing a string26 Jan 2006 11:54 GMT4
I've exported a file from Outlook into excel and used this code:
Code:
--------------------
   Sub removelinebreaks()
how do i set up a repeating transfer data from excel to access?26 Jan 2006 11:00 GMT1
Currently, every night i am reveiving excel file  (csv extension) that i need
transfer to my access database. What I have done everynight is manual typing
to access.
any one can help me so i can use macro to made my life easier please?
Password for workbook26 Jan 2006 10:12 GMT2
I have successfully password protected my workbook AND the VB code, hidden
all worksheets except one that states 'macros must be enabled', and all in
all I'm pretty chuffed.  The only problem is, when the password is entered
into the input box, it can be read by anyone looking over ...
Changing workbook name in macro26 Jan 2006 09:52 GMT1
I want to change (in a macro) a workbook name before saving. Fo
instance: the original file is opened as "test.xls", an InputBox ask
for the extension (here: _abc) and on saving the name should b
"test_abc.xls". I don't want the original file to be overwritten. Ho
Display input message in textbox - with merged cells26 Jan 2006 09:47 GMT6
I am using the code from
http://www.contextures.com/excelfiles.html
to display input messages in a textbox. It is working fine unless a cell
happens to be merged.
MOVING A VARIABLE RANGE26 Jan 2006 08:54 GMT3
I have this problem trying to move a range to another worksheet
For intance I need to highlight and move (also delete leftover blank
spaces) the range containing event column "rev" to sheet 2. The
solution should be able to take any range size (i.e x rows of event
Naming a worksheet as a variable in a Active Chart Series26 Jan 2006 08:00 GMT5
I have about 100 sheets each named in terms of a node in a telecom network.
For each node I have to graph a series of values and also find a max within a
range. I want to use a variable naming convention for worsheets in my VB
code.  For example in the following line of code ...
this Macro is don't correct26 Jan 2006 07:28 GMT2
I have the following Macro,
In the numbers 1-2-3
there is a mistake
Thanks in advance.
Macro help required26 Jan 2006 07:21 GMT2
I am preparing a basic excel worksheet to present various projects using a 1
line (row) entry for each project. One cell in each row will hold a color
based 'status value', while the next cell will show trend.
I am using 4 colors to represent the status, and a +, - or = to ...
Excel text box26 Jan 2006 07:04 GMT2
I am an auditor and we use excel extensively to document our work.  We use
text boxes often to write our analysis and audit results.  The word
processing options in text boxes are very primitive.
I suggest that Word and Excel be integrated to a point where a text box is
search in first column return value from second column same row26 Jan 2006 06:12 GMT2
i try to make a kind of mapping from a external vb application. from
this application i want to open a .csv file, search for a string in the
first column and return the string from the second column in the same
row.
Insert formula with code dynamically26 Jan 2006 05:56 GMT4
Ok don't laugh (to hard).
The goal is to insert a dynamic formula in Column 'I' Matching the last
used cell in Column 'C'.
By dynamic, i mean the formula should advance each cell downward.
Menu Controls Index26 Jan 2006 05:34 GMT2
I have a custom menu bar ("DTSheet") with three popups each of whihc ha
a number of (sub)menu items. Each of the three menu bar popups has a
index which I can find using:
For Each cntrl In CommandBars("DTSheet").Controls
Checking Input box26 Jan 2006 05:32 GMT21
I'm trying to verify input given via an input box:
Code
-------------------
   Sub copyData()
 
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.