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 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Replace first 8 letters of filename with Macro21 Feb 2006 15:51 GMT5
I have a bunch of files that all begin with a date - 20051231.  After
the date is the rest of the filename and this part of the filename
varies.  What I want to do is REPLACE the 20051231 portion of every
file in a specific folder with FINAL 2005.  To be more specific....I
reference problem21 Feb 2006 15:51 GMT4
I have had some else working on a check register spreadsheet and it is
almost
finished but there is still a problem with where the data is posted to.
Can
Filtering in VBA21 Feb 2006 15:48 GMT1
I need help with the Autofilter
I have data in worksheet "SheetA" Cells A6 to D6 that has a list of names
In worksheet "SheetB" I have data from A2 to BB2 and in column AD have a
list of names that should contain multiple instances of the names in
GetObject method not work after Call Shell Method21 Feb 2006 15:45 GMT8
Trying to grab a reference to Outlook.
I first use the Getobject(,"Outlook.Application") method, this works if
outlook is open but if's it's not, I use Call Shell("dir string") to open
Outlook then use GetObject again to attempt to grab reference. This does not
macro to list file name and path in separate cells21 Feb 2006 15:16 GMT4
Can anyone help me with a macro that will go to a particular folder in
Windows explorer and list all the files in one column of an excel
spreadsheet and the path to the file from that folder in another
column.  I need this to work on sub-directories so effectively creating
Showing all in Filter21 Feb 2006 14:36 GMT3
Apologies in advance because I know this is probably quite basic stuff
here...
I want to get a macro that releases all filters in all worksheets, but
I don't know how to get around the fact that a filter might not be
How to disengage the F9 key - Workbook_Open?21 Feb 2006 14:10 GMT4
This preps the file as desired:
Private Sub Workbook_Open()
   Application.Calculation = xlCalculationManual
End Sub
What am I missing?21 Feb 2006 14:10 GMT2
What am I missing? This code is in the "ThisWorkbook" Module; however it
does not execute ShiftLeft and ShiftRight when the designated keys are
pressed.
Private Sub App_WorkbookOpen(ByVal Wb As Workbook)
Visual Basic and Excel21 Feb 2006 14:01 GMT5
PROJECT 1:EXCEL and VBA
From the developer:

> > Here is what is in the file:
Correct Syntax21 Feb 2006 13:57 GMT2
What is the correct syntax for;
Application.OnKey "Alt{F8}", ""?
 I need to know the syntax for adding the alt to the f8.  If I use
(Application.OnKey "{F8}", "") it works, but I don't know how to get (Alt +
Private Sub on the fly21 Feb 2006 13:57 GMT2
Is it possible to create this using code - not just writing the code below
Private Sub TextBox1_Change()
   Cells(6, 18).Value = Application.Sheets("Sheet1").TextBox1.Text
End Sub
Trim not working....21 Feb 2006 13:30 GMT2
I use len(trim( range("blah:blah") ) ) > 0 to test wether a cell (o
range) has contents.
Code
-------------------
Using Match/Index on 2d Array21 Feb 2006 13:26 GMT3
I have an array of data (HourData) with 20 rows and 6 columns as seen below.  
I want to find the row where the value in the 6th column is equal to or
greater than a value (X = 2700).  This should return the row 12:
8      D      E      491      21      2918
How do I make a Pivot Case sensitive?21 Feb 2006 13:16 GMT2
I have data being returned from a SQL view via ODBC (IDS on SuSE) where a
specific field has a value of N and n.
The problem is; only N is showing and all n's are summed in...
How can this be solved?
Selecting Range21 Feb 2006 13:11 GMT5
How do you select an Activecell.Offset range? As I am trying to copy
the cells to the left of the ActiveCell.Select.
Code:
--------------------
 
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.