Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default how to change F-BASIC V6.0 source to vba

hi,

i have a lot of programs that were made by F-BASIC V6.0
how to change F-BASIC V6.0 source to vba.

any advice will be greatly appreciated

thanks



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default how to change F-BASIC V6.0 source to vba


-----Original Message-----
i have a lot of programs that were made by F-BASIC V6.0
how to change F-BASIC V6.0 source to vba.


Generally, just copy and paste into VBE.

You WILL have to change:

PRINT "Text" to MsgBox("Text")

INPUT A to A = InputBox("Enter value for A",,A)

....and a few other things that will crop up.

Just try it !

Visual Basic will tell you what the errors are, and Kind
Souls in here will tell you how to solve the challenges !


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default how to change F-BASIC V6.0 source to vba

THANKS FOR YOUR ADVICE.

i will have a try.
when a few other things crop up ,would you tell me anything to solve them.

thank you after all.








"Robin Clay" wrote in message
...

-----Original Message-----
i have a lot of programs that were made by F-BASIC V6.0
how to change F-BASIC V6.0 source to vba.


Generally, just copy and paste into VBE.

You WILL have to change:

PRINT "Text" to MsgBox("Text")

INPUT A to A = InputBox("Enter value for A",,A)

...and a few other things that will crop up.

Just try it !

Visual Basic will tell you what the errors are, and Kind
Souls in here will tell you how to solve the challenges !



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic Pivot Table question re adding rows to source data and refre KateW Excel Discussion (Misc queries) 6 July 25th 08 03:29 PM
Really basic question! Cell colours change when emailed. De1b0y Excel Discussion (Misc queries) 3 December 17th 07 03:51 AM
Visual Basic:Change on event [email protected] New Users to Excel 1 December 21st 06 02:37 PM
How do I change a Chart's axis scale from visual basic? jfiorillo Charts and Charting in Excel 2 June 21st 06 08:42 PM
i change a source and the other cells wont change cody Excel Worksheet Functions 1 June 21st 05 04:36 PM


All times are GMT +1. The time now is 07:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"