[ VB Code: ... ]
...
Beantown Boy Please use [highlight=vb]your code goes in here[/highlight] tags when posting code. When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
Not quite, you need to use the Open tag to replace each open bracket ([) and the Close tag to replace each close bracket (]), eg: [open].[/open]vbcode[close].[/close] gives: [vbcode] and [open].[/open]/vbcode[close].[/close] gives: [/vbcode]
(Microsoft MVP from July 2007 to June 2017) . . . . . . . . . . Hitchhiker's Guide to Getting Help at VBForums Database Development FAQs/Tutorials (updated May 2011) (includes fixing common DB related errors, and [VB.Net] ADO.Net Tutorial, and [Classic VB] ADO tutorial /further steps) other useful DB bits: . Connection strings (alternative copy).•. MDAC/Jet/ACE downloads .•. SQL Server downloads . Classic VB FAQs (updated Oct 2010) (includes fixing common VB errors) some of my Classic VB bits: . Tutorial: How to automate Excel from VB6 (or VB5/VBA) .•. SQL 'Select' statement formatter/checker .•. Convert colour number to colour name .•. FlexGrid: fill from recordset .•. FlexGrid: AutoSize columns .•. DB Reserved Words checker .
[VBCODE] VB Code: dim x$ x="testing" [/VBCODE]
dim x$ x="testing"
Last edited by dglienna; Oct 11th, 2005 at 07:49 PM.
Forum Rules