Re: Draw a line in MSFlexGrid
Tech-Archive recommends: Fix windows errors by optimizing your registry
"Arjun" <Arjun@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote
I want to draw a line in a cell in MSFlexGrid. Please suggest how to achieve
the desired.
How about assigning a picture of a line to the cell? See the CellPicture property
in VB Help for examples...
LFS
.
Relevant Pages
- RE: Color cells that match on two sheet
... Also when assigning a range to a variable you use Set. ... When you have assigned a range in a worksheet to a variable you only use the ... For Each cell In GV ... Second sheet is a global view showing workdays for the year for all 17 people. ... (microsoft.public.excel.programming) - Re: Still filename problem
... Ok, this is now solved, by assigning it to a cell. ... >> sometimes its easier to keep track of if you put all your subs using the ... >> The public statement is equivalent to a dim statement within a module, ... (microsoft.public.excel.programming) - Re: combo box and .listindex
... > I want the listindex to be displayed on a worksheet that is hidden. ... > do this by assigning the .listindex property to the sheet and cell. ... > the active sheet) when the user triggered the userform. ... (microsoft.public.excel.programming) - Re: Excel Automatically Formating Cells?
... As a matter of fact, ... number format of each cell just before assigning to it. ... > Are you making sure that the cell is formatted as General first? ... (microsoft.public.excel) - Re: Macro for Copying Data
... How about assigning the value from the old cell to a temp variable then ... TempValue = Sheet1.Cells.Value ... Dim strToFind As String ... (microsoft.public.excel.programming) |
|