I am developing a VBA application which is quite large. I want to use SVN for that application developing.
How can I split my modules from the Excel document and ho
With file->export file you can export the individual classes.
That's one way to split the modules out - temporarily or otherwise.
Once you've done that, you can then create an SVN repository. I won't go into instructions for that as it's all over the internet, but here's a starting point:
http://svnbook.red-bean.com/en/1.0/ch05s02.html