FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Variable in an Excel cell as RTF
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Variable in an Excel cell as RTF
Posted: Thu May 24, 2018 06:37 PM

Hi, all !

The value of the variable is RTF text.
Can I put this variable in an Excel cell as RTF document ?

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Variable in an Excel cell as RTF
Posted: Fri May 25, 2018 01:48 AM

Yes, if you create a text box in the spreadsheet and paste the contents of the RTF control into it, selecting "Keep source format"
For that, copy the contents of the variable to the clipboard

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Variable in an Excel cell as RTF
Posted: Fri May 25, 2018 05:50 AM

Thanks, Cristóbal !

Continue the discussion