Click here to Skip to main content
16,007,277 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Help Search Please Pin
sa.Eish12-Sep-06 5:55
sa.Eish12-Sep-06 5:55 
GeneralRe: Help Search Please Pin
FeRtoll14-Sep-06 3:22
FeRtoll14-Sep-06 3:22 
QuestionVB.Net Pin
skandaapriya12-Sep-06 1:34
skandaapriya12-Sep-06 1:34 
AnswerRe: VB.Net Pin
Christian Graus12-Sep-06 1:44
protectorChristian Graus12-Sep-06 1:44 
AnswerRe: VB.Net Pin
Duncan Edwards Jones14-Sep-06 2:56
professionalDuncan Edwards Jones14-Sep-06 2:56 
QuestionMerging Cells in Excel Using VB.NET Pin
anujose12-Sep-06 1:06
anujose12-Sep-06 1:06 
AnswerRe: Merging Cells in Excel Using VB.NET Pin
Stephen McGuire12-Sep-06 1:44
Stephen McGuire12-Sep-06 1:44 
GeneralRe: Merging Cells in Excel Using VB.NET Pin
anujose12-Sep-06 19:11
anujose12-Sep-06 19:11 
Hi,
i am using like this
Dim XlApp As Excel.Application
Dim XlBk As Excel.Workbook
Dim XlSht As Excel.Worksheet
Dim r As Excel.Range
XlApp = CreateObject("Excel.Application")
XlBk = XlApp.Workbooks.Add
XlSht = XlBk.Worksheets(1)
XlApp.Visible = True

XlApp.Cells(1, 2).Font.Name = "Arial"
XlApp.Cells(1,2).Font.Bold = True
XlApp.Cells(1, 2).Font.Size = 9
XlApp.Cells(1, 2).value = "Mode Of Shipment"
r = XlApp.Cells(1, 2)
r.ColumnWidth = "Mode Of Shipment".ToString.Length * 1.5


XlApp.Cells(2, 2).Font.Name = "Arial"
XlApp.Cells(2, 2).Font.Bold = False
XlApp.Cells(2, 2).Font.Size = 9
XlApp.Cells(2, 2).value = DtGenReport.Rows(0)("Item").


if the heading is large i want to merge 2 cells.


Thanks and Rgards
Anu

Question[Message Deleted] Pin
PREMSONBABY11-Sep-06 22:50
PREMSONBABY11-Sep-06 22:50 
AnswerRe: Hi, All, this is a string related question. Pin
Christian Graus12-Sep-06 0:24
protectorChristian Graus12-Sep-06 0:24 
AnswerRe: Hi, All, this is a string related question. Pin
Tamimi - Code12-Sep-06 0:51
Tamimi - Code12-Sep-06 0:51 
GeneralRe: Hi, All, this is a string related question. Pin
Christian Graus12-Sep-06 1:45
protectorChristian Graus12-Sep-06 1:45 
GeneralRe: Hi, All, this is a string related question. Pin
Tamimi - Code12-Sep-06 2:23
Tamimi - Code12-Sep-06 2:23 
GeneralRe: Hi, All, this is a string related question. Pin
Christian Graus12-Sep-06 10:54
protectorChristian Graus12-Sep-06 10:54 
QuestionVBA Add Shape Event Pin
Diver Dan11-Sep-06 22:47
Diver Dan11-Sep-06 22:47 
QuestionHow to create dll in vb.net Pin
vidyashankar11-Sep-06 20:59
vidyashankar11-Sep-06 20:59 
GeneralRe: How to create dll in vb.net Pin
Christian Graus11-Sep-06 22:01
protectorChristian Graus11-Sep-06 22:01 
AnswerRe: How to create dll in vb.net Pin
Guffa11-Sep-06 22:06
Guffa11-Sep-06 22:06 
QuestionDLL Pin
vidyashankar11-Sep-06 20:58
vidyashankar11-Sep-06 20:58 
AnswerRe: DLL Pin
Dave Kreskowiak12-Sep-06 2:06
mveDave Kreskowiak12-Sep-06 2:06 
Questiondelegates Pin
vidyashankar11-Sep-06 20:57
vidyashankar11-Sep-06 20:57 
AnswerRe: delegates Pin
Christian Graus11-Sep-06 22:03
protectorChristian Graus11-Sep-06 22:03 
QuestionNTFS FILE EXTENTIONS IN VB.NET 1.1 Pin
sandeep_thakur11-Sep-06 19:11
sandeep_thakur11-Sep-06 19:11 
AnswerRe: NTFS FILE EXTENTIONS IN VB.NET 1.1 Pin
Dave Kreskowiak12-Sep-06 2:04
mveDave Kreskowiak12-Sep-06 2:04 
QuestionListView Checkbox Pin
ChrisDPilot11-Sep-06 19:02
ChrisDPilot11-Sep-06 19:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.