(PeteCresswell) wrote:[color=blue]
> Per
shumaker@cs.fsu.edu:
>[color=green]
>>You have to go through and set
>>this for every column you want the highlighting to occur on. And even
>>then it only highlights the cell, not the whole row. But it is still
>>nice.[/color]
>
>
> Just the cell and not the row is exactly what I want.
>
> But I haven't found anything yet. Maybe I'm looking in the wrong place.
> I've been looking at .Format. Should I be looking for some kind of event?[/color]
Pete - the solution I've used is to write my own class to do this; perhaps that is an
option to consider. You can create some number of rows of controls on a form and hide
them. Make the appropriate number of rows and columns visible and implement your own
navigation code to fill those controls.
Define the controls WithEvents and you can do things like MouseOver or Conditional
formatting to your heart's content. Takes a bit of programming but you would have your own
custom "Continuous form" tool.
--
'---------------
'John Mishefske
'---------------