Seperating text/Numbers
Fantastic , thanks, that has done the tric
--
scottymellot
-----------------------------------------------------------------------
scottymelloty's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=380
View this thread: http://www.excelforum.com/showthread.php?threadid=27112
...
Adding Blank Rows after the last Detail of the ReportHi All,
I've used this code from Dwayne:
Private Sub Report_Page()
Dim intNumLines As Integer
Dim intLineNumber As Integer
Dim intTopMargin As Integer
Dim ctl As Control
Dim intLineHeight As Integer
intNumLines = 12
intTopMargin = Me.Section(3).Height
intLineHeight = Me.Section(0).Height
For Each ctl In Me.Section(0).Controls
For intLineNumber = 0 To intNumLines - 1
Me.Line (ctl.Left, intTopMargin + _
(intLineNumber * intLineHeight)) - _
Step(ctl.Width, intLineHeight), , B
Next
Next
End Sub
My report needs to print blank rows (at least...
Adding hyperlinks with parametersHey everybody
I have a batch file which needs to be run from an excel sheet with a
parameter, like this:
c:\1.bat myParameter
But when i try to run the Hyperlink, the Excel shows an error message
saying it can't open the specified file (probably because the is a
space between the file and the parameter)
is there any known way to run the link from the excel?
On Mar 2, 12:45=A0pm, Pasha <pavel_v...@mailto.mod.gov.il> wrote:
> Hey everybody
> I have a batch file which needs to be run from an excel sheet with a
> parameter, like this:
> c:\1.bat myParameter
> But when i ...
outlook vcard, ad integration user propertiesmy boss is trying to get hix fax# in his vcard.
he is using his address from the global address list
I have modified his profile in active directory users and computers: I go
into AD users and computers, double click on his user, go to the telephones
tab, and enter his fax #. but when I did this his fax # is still not being
pulled up in his outlook vcard. Does anyone know where outlook is trying to
get this field from / how i can get this field into his vcard?
thx
...
Text to Column #4Hello,
I have the following text in column A, which is one line:
:! 10428712 ! NAME LASTNAME ! 20092004 ! 00458921 ! PMIAVW !
Is it possible with a VBA macro to create a column everytime there's "!" and
to delete ":"
Thanks for any help,
You're going to have to find out what those characters are.
I like Chip Pearson's addin: CellView
http://www.cpearson.com/excel/CellView.htm
to tell me those funny characters.
Then you could use a macro to clean them up:
Option Explicit
Sub cleanEmUp()
Dim myBadChars As Variant
Dim iCtr As Lon...
ADDING A NUMBERhow do i add a number to a range of cells? I need to add 11.27 to a number
of different cells each with a different number in them
Put 11.27 in an empty cell, format it the same way as the numbers you want
to add to,
copy it, then select the numbers you want to add to and do edit>paste
special and select add.
--
Regards,
Peo Sjoblom
"Helpme" <Helpme@discussions.microsoft.com> wrote in message
news:6D51344A-78E6-4377-B292-FC6C16FF6BA2@microsoft.com...
> how do i add a number to a range of cells? I need to add 11.27 to a
> number
> of different cells e...
When adding attachments...
....in Outlook the following errors comes up:
"Out of memory or system resources, please close some
programs and try again"
Quotas are fine. I have deinstalled/reinstalled Office,
cleaned 'temp' areas, and many other tidbits. Any other
ideas?
Thanks.
This might help as i had this problem with Outlook 98.
Is the file you are trying to copy to attach nested in sub folders? if so try and copy the attachment to a root drive like c:\
Ignore previous email. wrong spellin
if the attachment is nested in sub folders(this means you have to open different folders to get to ...
Count cells that Contain textIs there a way in excel to count the number of cells in a colum tha
contain a specific piece of text, e.g. "ACT"
I know that I can use the countif or sumproduct functions to coun
cells which *only* contain "ACT" but I need to count the number o
cells in a column which countain ACT but may also contain other text a
well.
You can manually do it using autofilters but I need to count it using
formula.
Any help would be greatly appreciated.
Ta
And
--
Message posted from http://www.ExcelForum.com
=COUNTIF(Range,"*ACT*")
--
Regards,
Peo Sjoblom
(No private...
Using Concatenate function to generate text in Text BoxI would like to have a text box on my chart, whose text is generated by
concatenating the values from two different cells (B4 and B6) on a specific
worksheet in my Excel file. I was able to use a reference to cell B4 to
generate the text for my text box using the following formula:
='SSTyp-AllD'!$H$4
However, when I try to enter either of the following formulas for the text
box text:
=concatenate('SSTyp-AllD'!$H$4, 'SSTyp-AllD'!$H$6)
='SSTyp-AllD'!$H$4 & 'SSTyp-AllD'!$H$6
I get the error message "The text you entered is not a valid refe...
adding new recordsI am totally new to CRM, so I hope this is really easy question:
This concerns permissions.. I have a "sales" group, and with one of those
people i need to be able to let them add new records on behalf of other
"sales" people. Is there like a standard permission setting for it?
(obviously every "sales" person can add new records if they select them selfs
as the owner)
thanks,
Michal.
Hi,
By default the person who creates the record will be the owner. After record
creation the person could reassign the record (manually) to another user.
If all rec...
Picture Disappears When Added To Contact In Outlook 2003Can someone help please.
When I try to attach a picture to a contact in outlook 2003 immediately
I double click the picture to be attached it disappears out of the
outlook contact along with the placement holder in the form. Only when
I right click the mouse and go remove picture do I get the placement
holder back.
I have looked at all the help menus but they offer no clues.
Thanks
TS
...
Adding ActiveX to dialog with wrapperWhen I add an ActiveX object to a dialog using the dialog editor -
right click - insert activeX object, the help on the resulting activex
selection tool states that a wrapper will not be added by using this
method.
If you need a wrapper, it suggests using the class view.
This is using Visual Studio 2005.
I'm having some problems with this on an existing project.
To make sure I understand the process, I created a new MFC project,
added a dialog, created a class for that dialog and added a Flexgrid
object using the right click method in the dialog. I then added a
variable for the flexgrid...
Make Outlook 2003 default to and use Large Text size in incoming HTML messages.How can I make Make Outlook 2003 default to and use Large Text size in
incoming HTML messages.
--
"J. J."
JDJ <jj@invalid.invalid> wrote:
> How can I make Make Outlook 2003 default to and use Large Text size in
> incoming HTML messages.
I would think that the sender controls the text size for incoming HTML
messages.
--
Brian Tillman
On the View Drop Down of an open message window there is a Text Size
menu bar which when you mouse on it gives you 5 choices. I just want
it to default to largest so I don't have to go through that with each
new message I read.
...
Adding alternate columns
I work on a schedule where I record ticket count and ticket sales for
each show, listed chronologically.
Column A = week ending date
Column B = # Tickets sold for April 5 show
Column C = Ticket Revenue for April 5 show
Column D = # Tickets sold for April 9 show
Column E = Ticket Revenue for April 9 show
Column F = # Tickets sold for April 12 show
Column G = Ticket Revenue for April 12 show
Column H = Total # Tickets sold for all shows
Column I = Total Ticket Revenue for all shows
In the Totals columns, the Total Tickets formula is "+B4+D4+F4", and
the Total Revenue f...
Special Text...How do I create the Registered symbol (R with a circle around it), within my text?
Thanks,
RAB_Missouri
left Alt + 0174
�
Otherwise, help us help you, state the meanings of "create" and "text".
"RAB_Missouri" <rabmissouri@yahoo.com> wrote in message
news:c9aa6a3f.0406021701.3bd1bf9d@posting.google.com...
> How do I create the Registered symbol (R with a circle around it), within
my text?
>
> Thanks,
> RAB_Missouri
�
Alt+0174 if you enter via kbd
Look at Programs/Accessories/SystemTools/CharacterMap (if u have it installed)
...
Text area renderingI have a word template email that I have created in Word 2000 that
contains a text area (white box with scroll bar to enter text into).
When I send this all service providers have no problems rendering it
and allowing the user to add information to the box when they reply to
the message. The only issue I'm having is with Outlook 2000, and it
just started today. When I choose reply in the email with the text
area and double click on the text area, it moves the cursor inside of
the text box like it should. Now, in the past (5 days ago) and with
online providers I can then type into the box. ...
TEXT(date)?As you know, the function
=DATEVALUE("8/22/2008")
produces a date from its corresponding text representation.
I want to go the OTHER way. That is, I want to take a date and produce its
text representation (I'll settle for any reasonable format).
How might I go about doing that?
Thanks,
John
Your answer is in your question!!
try:
=TEXT(TODAY(),"dd-mm-yy") or any other reasonable date-style format
--
Gary's Student
"JMF" wrote:
> As you know, the function
>
> =DATEVALUE("8/22/2008")
>
> produces a date from its corr...
Adding fields from a different queryI have a form built based on a main query. How do I add more fields on that
form that come from a different query?
Anne
A couple possibilities...
Change your first query to include the extra fields.
Use your second query to "feed" a form, then embed that form as a subform on
your main form.
Good luck!
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudoco...
Adding more than three Conditions to 'Conditional Formatting'
Can i add more than three conditions to the conditional formatting
presets using code?
Regards
[Riz]
--
Rizitsu
------------------------------------------------------------------------
Rizitsu's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=15840
View this thread: http://www.excelforum.com/showthread.php?threadid=320382
Riz, as you have found out, only 3 conditions with conditional formatting.
But yes you can use some code to get more than 3, try this it will change
the cell color in column A when you put in one ,two, three, or four, right
click on the she...
Delimiter for adding Appointment in EntourageVersion: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Power PC
Email Client: Exchange
What's the delimiter that Entourage uses if I want to add an appointment and the subject needs to be parsed by the Exchange server? <br><br>In Outlook, the hash/pound key (#) is used as delimiter. How about in Entourage 2008? <br><br>Basically, if I add an entry in a group calendar Out-Of-Office with the subject: #User1# On-Leave <br><br>in Outlook, this entry appears in the group calendar Out-Of-Office and also in User1's personal calendar. <...
Change default font for text boxes in PublisherIs there any way to change the default font for text boxes in Microsoft
Publisher fo all publications?
Setting Text Defaults using Normal.pub
by Brian Kvalheim
http://ed.mvps.org/Static.aspx?=Publisher/normal.pub
--
Mary Sauer MSFT MVP
http://office.microsoft.com/
http://msauer.mvps.org/
news://msnews.microsoft.com
http://officebeta.iponet.net/en-us/publisher/FX100649111033.aspx
"JennyN" <JennyN@discussions.microsoft.com> wrote in message
news:927C7AFC-F92D-419F-B49E-DA5B444956E1@microsoft.com...
> Is there any way to change the default font for text boxes in Microsoft...
Downloaded payees automatically added to payee listPlease tell me that in Money 2006, Microsoft has finally fixed the bug
where the payees in my downloaded transactions are automatically added
to my payee list (this despite the fact that I've checked off the
option "Confirm new payees"). This alone would be worth the upgrade.
On the subject of 2006, does anyone know if Microsoft added the cookie
jar concept to accounts? The cookie jar allows you to squirrel money
away within an account.
TIA
greg.block@gmail.com wrote:
>Please tell me that in Money 2006, Microsoft has finally fixed the bug
>where the payees in my downlo...
Why does everything on a pageprint except for what is in the textUsing Publisher 2002, when I copy a page from one file, then open a new
document and paste that page into the new document, everything appears on the
page except what is in the text boxes (this is a newsletter). It is only
affecting one page, all other text boxes appear & print.
Is your text box underneath something, like a border?
--
JoAnn Paules
MVP Microsoft [Publisher]
"ATA" <ATA@discussions.microsoft.com> wrote in message
news:9751866F-DDEF-49C1-A92C-8CEAADA427ED@microsoft.com...
> Using Publisher 2002, when I copy a page from one file, then open a new
&g...
AD MonitoringIs there a listing somewhere of what all components in AD should be
minitored, thresholds, etc...we are evaluating a monitoring solution and
need this information to take a decision on the product to use
Hello Sameer,
For performance start here:
http://technet.microsoft.com/en-us/library/cc961943.aspx
Also see:
http://technet.microsoft.com/en-us/library/bb727046.aspx
Use the included links from:
http://technet.microsoft.com/en-us/library/cc739728(WS.10).aspx
Best regards
Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and c...
Adding Terms & Conditions to the Quote FormWe have a client that would like to add their Terms & Conditions (T&C) text
to the bottom of their GP Quotes. I've read that static text boxes in Report
Designer can only be 80 characters, so that won't work as the T&C text is
approximately 4-5 pages long.
Does anyone have any suggestions on how to add this significant amount of
text to a GP form?
Thank you in advance.
Scott
No can do Scott - Report Writer is just not capable of this. The best
solution is to purchase Accountable Software's Forms Printer -
www.accountable.com.
Frank Hamelly
MCP-GP, MCT, MVP
East...