473,385 Members | 1,372 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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.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
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 1569

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

Similar topics

1
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...
0
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...
4
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...
0
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...
10
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...
4
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
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...
7
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/' ....
3
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.