473,796 Members | 2,826 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Symbol into word table via VB .Net

I need to insert a symbol (ie. Wingdings 2, -4014) into a word table cell
I can insert the symbol into the document using
With wdDOC
.Range.InsertSy mbol(-4104, "Wingdings 2", True)
End with

I know I can insert text in a cell using wdTbl.Cell(nRow ,nCol).Range.Te xt =
....

But when I try the .InsertSymbol with any variation of a reference to the
cell I receive the following error message "This method or property is not
available because the object does not refer to simple range or selection."

How can I do the .InsertSymbol into a word table cell?
Alternatively, how can I set a string constant to = Font = Wingdings 2,
Character = -4014

TIA
Jul 21 '05 #1
0 1594

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1909
by: linq936 | last post by:
Hi, This might be off topic a little. In using gdb to debug my code I can not use "print" command to examine the value, gdb returns me "incomplete type". But "ptype ClassName" does return me a brief description of the class. So it makes me think the symbol table is somehow not correct. Now I wonder how to check the symbol table? I know a util called,nm. But it only list the symbol names in some strange way. I wonder if somehow I can...
0
853
by: Sesha | last post by:
Hi all I want to use the dialog box ( MSWord-->insert-->symbol) which exists in word/excel to be used as a common dialog control here in .net, It seems .net provides only 6 dialog controls , but in addition to that i want to show the symbol dialog box,which allows to add the spl characters. Is there any reference/sollution for this.. Thanks in advance and appreciated for u r reply sesha
4
5733
by: r.nikhilk | last post by:
Hi, We are porting C++ applications from 32 bit to 64 bit on AIX platform. (The current version of AIX is 5.3 and xlC verison is 8.0). We are able to compile the applications by including the -q64 option in xlC compiler. But, when we link all these libraries to one of the main applications, we are getting the following errors: ld: 0711-317 ERROR: Undefined symbol: .FxCharFile::good() const ld: 0711-317 ERROR: Undefined symbol:...
0
1006
by: Taras | last post by:
I need to insert a symbol (ie. Wingdings 2, -4014) into a word table cell I can insert the symbol into the document using With wdDOC .Range.InsertSymbol(-4104, "Wingdings 2", True) End with I know I can insert text in a cell using wdTbl.Cell(nRow,nCol).Range.Text = .... But when I try the .InsertSymbol with any variation of a reference to the
10
1922
by: Mel | last post by:
i have a need to access variables from outside of my applications. i need to parse the compiler created symbol tables and store them so that i can reference them later. these include C++ object handles, variables, both static and otherwise. can someone point me in the right direction thanks
4
2554
by: curious | last post by:
It will be great if some one can explain in detail about structure of process in memory...where is symbol table etc..located?
0
2050
by: fake ID | last post by:
Since you can't search for these symbols used in asp.net "<%#" or '<%=' I thought i'd post this to make things a little easier to find. Potential search word combinations: -lessthan Percentage symbol hash -lessthan Percentage symbol hash -lessthan Percentage hash -lessthan Percent symbol hash -less than Percentage symbol hash -less than Percentage hash
7
10636
by: Robertu | last post by:
Hi at all I'ld want inserrt into my emails body the ? euro symbol therefore I wrote the header of my emails like : $headers="From: $mail_from\n\r"; $headers.='X-Mailer: PHP/' . phpversion()."\r\n"; $headers.="MIME-Version: 1.0\r\n"; $headers.= "Content-Type: text/html; charset=utf-8\r\n"; $headers.="Content-Transfer-Encoding: 8bit\r\n\r\n";
3
12926
by: rolan | last post by:
This is for a class assignment, and I need some help getting my head wrapped around the problem. The problem is to create a symbol table for a c++ program. I know what a symbol table is, but figuring out how to create one is my difficulty. The only way I can think to create a symbol table is to have a list of valid keywords which I then use to search through the source code. This would enable me to find the declarations of variables,...
0
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10221
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9050
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7546
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6785
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5569
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4115
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.