Read Hebrew right-to-leftWhen I get a message which contains Hebrew text the Hebrew characters are
corectly displayed but they appear incorretly left-to-right
instead -rith-to-left.
Where do I fix this?
View | Encoding | ...
Nathan wrote:
> When I get a message which contains Hebrew text the Hebrew characters are
> corectly displayed but they appear incorretly left-to-right
> instead -rith-to-left.
> Where do I fix this?
...
Extracting the last word from a string.I have a list in excel like the one below.
The filename is always after the last "/".
What formula can I use to extract the filename?
The number of instances of "/" is not cosistent in every path string.
../ABCD/home/ABCD/EFGH/ciaran
../ABCD/home/ABCD/EFGH/bin/paul
../ABCD/home/james
../ABCD/home/ABCD/EFGH/bin/partition
The results I would like are:
ciaran
paul
james
partition
Hi,
Try this
=RIGHT(A1,LEN(A1)-FIND("*",SUBSTITUTE(A1,"/","*",LEN(A1)-LEN(SUBSTITUTE(A1,"/","")))))
--
Mike
When compe...
Finding the path of Word 2007 on my computerI have XP Pro and Word 2007. I am attempting to find the path of Word 2007 on
my computer. How do I do that? Where do I look?
Thank you.
On 4/6/2010 6:49 PM, moon wrote:
> I have XP Pro and Word 2007. I am attempting to find the path of Word 2007 on
> my computer. How do I do that? Where do I look?
>
> Thank you.
YOu didn't say if you prefered vb.net or C#. You normally would never
need to find this. You could do it with this code however (use a valid
file to test however):
static void Main(string[] args)
{
Process p = new Process();
p.StartInfo....
Word Wrapping in Excel
I am having trouble with Word Wrapping in Excel. It does not adjust th
row height properly. I have tried Format, Rows, AutoFit and it stil
doesn't work.
Help, pleas
--
Mandy1
-----------------------------------------------------------------------
Mandy11's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=1300
View this thread: http://www.excelforum.com/showthread.php?threadid=27632
Hi
do you experience this with merged cells. If yes->nothing you can
really do about this without using vBA
--
Regards
Frank Kabel
Frankfurt, Germany
Mandy11 wrote:
> I...
Excel in Office for Mac 2008 featuresI've had Excel crash numerous times the first day using it. THe Auto Save feature does not seem to be working. Each time it crashes it brings back the old saved spreadsheet with none of the changes. Auto Save is set to 10 minutes and sometimes it had been hours and still reverted back to the old saved sheet and not the updated autosaved one.
In article <ee8a70d.-1@webcrossing.caR9absDaxw>, Foosh@officeformac.com
wrote:
> I've had Excel crash numerous times the first day using it. THe Auto Save
> feature does not seem to be working. Each time it crashes it brings back th...
Unable to open Outlook2003. Error: MAPI unable loading msncon.dllI am trying to set up Outlook 2003 on home computer but keep getting the
following message when trying to open application.
MAPI was unable to load the information service msncon.dll.
Since I am not open to open, I cannot get to the help feature.
Please advise
Have you downloaded the latest MSN Connector from their site? Or, if not
using it, have you uninstalled it? Try opening Outlook in Safe mode
(start->run->outlook.exe /safe) and go into the Advanced options and uncheck
it from add-in manager or COM add-ins.
--�
Milly Staples [MVP - Outlook]
Post all replies to the group to ...
Exchange restore and recent fileHello,
I make an exchange Restoration from my exchange 2000 (SP3) server and i use
"setup.exe /disasterrecovery" from the exchange CD-ROM..
The trouble is that it ask me for some file : " the target file is more
recent that the source file, would you keep your file ? yes - no- no for
all..
I don't know what to do ? because i will update to the exchnage SP3
after...and install the POST SP3 Rollup too ...
Is there an exchange tool or a command that control and says if exchange
works fine or not ??? for me to control after my restore..
Thanks for helping me...
You can safe...
Unable to Edit/Add records on Form in a New ADPI just started playing around with rebuilding a MDB file as an ADP. I built
a form and subform from scratch, but I'm unable to edit or add records.
SELECT Id, LoadDate, TrailerDOTNumber, SealNumber, SealDate, SealId,
LoadLocation, LoadStatus, DispatchStatus, DispatchLocationId, DispatchUserId
FROM TrailerActivityHeaders ORDER BY LoadDate
Recordset Type: Updatable Snapshot
I'm getting the 'This recordset is not updatable'
Ideas?
Never mind... (Does anyone have a spare bandage btw? I cut my head banging
it on the wall due to my stupidity...)
"D...
I need a list of command line switches for Microsoft WORD.I am using a Shell command to execute Microsoft WORD 2003. I need to halt
execution of VBA code until WORD finishes it's task. Is there a command line
switch for WORD to cause it to pause the VBA function until it is finished?
Is there a VBA command to pause execution of code until WORD finishes? Thanks.
I am pretty sure the answer to your specific question is "No". If you tell
us exactly what you are doing, including from where the Shell command is
being executed, maybe we can suggest another way that will overcome the
problem.
--
Hope this helps.
Please r...
Office 2007 ExcelEvery time i open Excel 2007 i get the following; "The file you are trying to
open,'PDFMaker.OLDxla',is in a different format than specified by the file
extension. Verify that the file is not corrupted and is from a trusted source
before opening the file. Do you want to open the file now?" I pressed
CTRL+Shift+I and receive the folowing id 101786 however I could not find
anything relating to the above. As a note you have to press NO two times
before you can get into excel.
Hope I got this in the correct discution group.
If you're not using the pdfmaker.* addin, how...
Can't sync DRM files on MP3 playerIs use WMP 11 since a while to sync downloaded music files from napster to my
MP3 player (so it can play DRM files). But for some reason i now get a sync
problem in WMP "C00D1236 - cannot sync the file? This problem only occurs
with DRM files although i also can play those files with WMP 11 ?!
...
Unable to open calendarFolks, i cannot open or view my calendar.
When I start Oultook a Pop Up appears saying "Could not read the Calendar"
On clicking Ok, the pop up vanishes and nothing happens.
If i then go over to my calendar, it says "Cannot display the folder"
I have run Oultook Diagnostics and nothing shows up as irregular. I ran the
repair function (off my setuo CD) and nothing happened. I also re-installed
Outlook and rebooted my comp and nada.
When staring in safe mode i also get he same errors.
I am using Off 2007, Win 7
TIA, P
"phamiltonsmith" <...
Need to read PAR PORT data bits URGENTI have never read a parallel port in MFC yet. I need to read the input data
on the port tonight for a dog and pony tomorrow. I tried the CParallelPort
class but it didn't build and seems more than I really needed.. I am just
reading the state of the bits as there is a rotary switch connected to
them..
ANy links or methods.. AM I missing the obvious?
Thanks again all.
Nappy
First, using the parallel port for anything is intrinsically dangerous. The standard
parallel port driver does not support reading from it. (Besides, modern machines don't
have parallel ports). You wil...
will not write file to serverwhen i try to do save as to my nevell server i get them
message file is read only. there is a hot fix for this but
i don't know how to get it can someone help
thanks pete
The MSKB article that discusses this problem:
http://support.microsoft.com/default.aspx?scid=kb;[LN];824424
suggests ways to contact MS. I don't know of any other ways.
--
Jim Rech
Excel MVP
...
How do Word and Publisher compare and integrate?Please direct me to information regarding using the new Word 2007 and
Publisher 2007 together. There seem to be a lot of overlapping functions in
the two products. Is there any good reason to use both for the same document?
Yes and no. I can see using Word for the spelling and/or grammar check. If
it's a basic word processing document, I'd stick with Word. If it combines
text with graphics, give me Publisher. (I have a 10 page document at work
that is making me truly hate using Word with pictures, etc. And we don't
have Publisher there. Grrrrrrrrr!)
--
JoAnn Paules
MVP Mi...
using embedded .xsd vs file based .xsdI am thinking of embedding my schemas as embedded resources instead of
reading it using URI at run-time.
I came across some snags while trying to do just that such as, previously
unknown to me, XmlValidatingReader.Schemas.Add was using
XmlValidatingReader.Resolver to resolve my schemas using the URI method.
Resolver property was never set, so the reader simply ignored any external
references even though one of the schema explicitly imports the other one.
I verified this by removing the referred schema from the schema collection,
and the code chugged along fine.
But when I changed the code to ...
unable to download emails and unable to stop synchronizationI am going to try one more time to get this fixed. My Outlook 2003 has been
unable to download emails. While it is trying, a small box in the tray
section shows up and it states that it is trying to synchronize folders.
After a time out time Outlook gives me errors. This is the error message. It
has these numbers 0X800CCC15 , or 0X8004210A, or 0X8004210B, which these
error messages state that either I did not have enough timeout or look and
see if server name is wrong. All of you have given me these suggestions. no
joy. Thank you very much however.
I went ahead and finally found a sect...
vb.net 2008 working with other Microsoft toolsI am planning to generate 8 to 15 reports in sql server report server 2008. I
want to create the 8 to 15 separate sql server reports and tie them together
with a table of contents in a visual basic.net 2008. I then want to export
these reports into an electronic format to email to users.
Can you give me suggestions on how to accomplish this task?
Have a look at crystal reports that comes with visual studio, you can export
as pdf, excel (but becareful there i found formatting was poor but maybe i
did something wrong!) and csv
"Wendy Elizabeth" <WendyElizabeth@di...
Saving a worksheet as a jpg file?
I know how to save a chart as a jpg file, but I don't know
how to save a worksheet as a jpg file. Can anyone tell me
how?
(The reason I want to do this is to send a worksheet to a
Mac user who cannot [and who has no interest in learning how
to] open Excel files, but who can open jpg files.)
Many thanks.
--
----------
CWLee
Former slayer of dragons; practice now limited to sacred
cows. Believing we should hire for quality, not quotas, and
promote for performance, not preferences.
Use the Excel Camera Tool to take a picture of a pre-selected range on a
worksheet.
Copy the pictu...
unable to scroll the pageon microsoft office frontpage 2003 - when i up loaded my web pages to my web
site www.millertimeauction.com , there is no sroll bar for up & down of page -
any help
what browser?
it scrolls for me in IE8
scroll bar will only appear if it needs to
--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression Web
"FrontPage Error" <FrontPageError@discussions.microsoft.com> wrote in
message news:EC19C7CE-1C5A-4872-A47B-2C04BD7E96A7@microsoft.com...
> on microsoft office frontpage 2003 - when i up loaded my web pages to my
> web
> s...
Can not get emails to flow down to a .pst fileI have tried removing the profiles and re-initiating
them. For whatever reason, it will not drop down into her
personal folder, or .pst file. It has been ongoing for 1
week now. I also rebooted the PC. I have tried every
thing I could think of. Please help.
On Tue, 14 Oct 2003 13:35:01 -0700, "Glenn"
<GRyan@prideindustries.com> wrote:
>I have tried removing the profiles and re-initiating
>them. For whatever reason, it will not drop down into her
>personal folder, or .pst file. It has been ongoing for 1
>week now. I also rebooted the PC. I have trie...
file://./backofficestorage...I need to enable access to file://./backofficestorage on my Exchange 2003
server. I remember a seeing an article on how to do that a while ago but I
can't find it now.
Thanks!
PROCEED WITH EXTREME CAUTION!!
Also ensure that do file-level virus scanners are scanning M: drive
Drive M Mapping to IFS Is Not Present by Default in Exchange Server 2003
http://support.microsoft.com/kb/821836/en-us
HTH
--
James Whelan
Rapid Response Engineer - Messaging
Premier Field Engineering
Microsoft United Kingdom
Please do not send e-mail directly to this alias. This alias is for
newsgroup pu...
Unable to start POP3, NNTP, IMAP4...Dear all,
I'm evaluating to install Exchange 2003. After the installation I find the said protocol haven't been started. I tried to start
them in "Servers --> Server Name --> Protocols" but no help.
Please comment.... Thanks!!
Background:
Windows 2003, Exchange 2003, Active Directory DC with all roles of FSMO as it's the first DC in the forest. Thank you very much!!
--
Are you boring? Let's come to talk together... ^^
news://news.hk4u.com/hk4u.2hit6
Those services are disabled by default in Exchange 2003. Go to
Administrative Tools, Services and enable...
Unable to conectHi,
I have set up my email account to work with aol using the guidlines for
outlook 2002 but it is still unable to connect. Any suggestions? Thanks.
John <John@discussions.microsoft.com> wrote:
> I have set up my email account to work with aol using the guidlines
> for outlook 2002 but it is still unable to connect. Any suggestions?
Since you pay AOL for their service, my suggestion is to ask AOL.
--
Brian Tillman
...
Duplex printing in Word 2004 and LeopardI bought a new iMac with Leopard installed. Although not computer savy, I then installed a new HP LaserJet P2015d & Office:mac 2004 (student & teacher edition).<br>
When I want to print via Safari or Firefox, I'm given the option to print 'two-sided'. However, in Word, this option does not appear in the print popup box.<br>
Does anyone know why? Is there a way to remedy this situation?<br>
Thank you.<br>
HMB
It's in a strange place...
When you go to File>Print... There are three drop-down boxes in the dialog
that appears.
You need ...