Jump to content

krmilburn

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by krmilburn

  1. I'm creating a word document with vb.net and trying to add some text to table cell in the format of Project: Project Name with the "Project: " being in bold and the rest not. However all I can find is how to make the whole range bold: tbl.Cell(1, 1).Range.Font.Bold = True Any help would be greatly appreciated. Thanks Keith
  2. I've got some visual basic code creating a OWC chart for me in a ASP page. Unfortunately when I add a array of dates for the x-axis it always takes them as American Format instead of UK. Can anyone please explain how I would be able to change this?? Thanks
×
×
  • Create New...