Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Special Characters

I do any programming by recording macros and then trying to adapt them to fit
my situation. I frequently run into unexplored territory. I need to know
where to find how to use ampersands, periods, quotes, etc.
Any help would be greatly appreciated.
thanks.
--
BillR
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Special Characters

I don't think there is a specific answer for this. Just trial and error,
school of hard knocks, lots and lots of practice, etc. You can read books,
and read through posts here. Read as many posts as you have time for. Try
to answer some questions too!! You may be surprised about how much you
learn!!!!

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"BillR" wrote:

I do any programming by recording macros and then trying to adapt them to fit
my situation. I frequently run into unexplored territory. I need to know
where to find how to use ampersands, periods, quotes, etc.
Any help would be greatly appreciated.
thanks.
--
BillR

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default Special Characters

Hi Bill,

For ampersand look up "operator summary" in Microsoft Visual Basic Help (use
ALT + F11 and select help ) and look under "concatenation operators".
Basically it is a way of adding strings i.e. "A" & "B" gives "AB"

Periods are used to create compound VBA commands e.g.
Range("A1").Select
will select cell A1 by using the range property in conjunction with the
select method joined by a period

Double quotes are used to surround strings. If you look at VBA help you will
see examples of its use. This is from the Select Method help:
Worksheets("Sheet1").Activate
where Sheet1 is being activated by code.

There are some great websites out there and I've learnt by borrowing code
from them and adapting it and trying to figure out how it works.
Unfortunately there is a lot to learn, but I guess thats why VBA is so
versatile.

HTH




"BillR" wrote in message
...
I do any programming by recording macros and then trying to adapt them to

fit
my situation. I frequently run into unexplored territory. I need to know
where to find how to use ampersands, periods, quotes, etc.
Any help would be greatly appreciated.
thanks.
--
BillR



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
special Characters P. Zicari Excel Discussion (Misc queries) 2 October 22nd 07 04:09 PM
Special Characters sandyboy Excel Worksheet Functions 2 September 19th 07 04:02 PM
Special Characters aftamath Excel Discussion (Misc queries) 1 October 18th 05 11:02 PM
Special characters Matthew S Excel Discussion (Misc queries) 10 September 24th 05 12:36 AM
special characters (little box) YuChieh Excel Discussion (Misc queries) 9 June 14th 05 01:41 PM


All times are GMT +1. The time now is 04:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"