Search found 10 matches

by ddavis1086
Thu Sep 01, 2016 1:32 am
Forum: Calc
Topic: [Solved] Copy and paste rows from one sheet to another
Replies: 2
Views: 1263

Re: Copy and paste rows from one sheet to another

I finally got this to work. Here is the code I used. Dim oSheet As Object oSheet = thisComponent.getSheets.getByIndex( 1 ) rem --- source for feedback Dim oRange As New com.sun.star.table.CellRangeAddress oRange.Sheet = 1 oRange.StartColumn = SourceColumn oRange.StartRow = 0 oRange.EndColumn = Sourc...
by ddavis1086
Thu Sep 01, 2016 12:48 am
Forum: Calc
Topic: [Solved] Copy and paste rows from one sheet to another
Replies: 2
Views: 1263

Re: Copy and paste rows from one sheet to another

Oh, forgot to say that the version of OpenOffice I am using is 3.3.0
This is a work computer and I have asked if we have access to a later version
and will update if I get an answer to that.

thx,

dennis
by ddavis1086
Wed Aug 31, 2016 11:16 pm
Forum: Macros and UNO API
Topic: [Solved] Macro to create and name worksheets based on a list
Replies: 6
Views: 3961

Re: Macro to create and name worksheets based on a list

I was able to create a macro myself to get what I needed done.
This can set to resolved but I am not sure how to do that.

dennis
by ddavis1086
Wed Aug 31, 2016 10:25 pm
Forum: Calc
Topic: [Solved] Copy and paste rows from one sheet to another
Replies: 2
Views: 1263

[Solved] Copy and paste rows from one sheet to another

[solved] Hello. I am in need of some help please. Being new here and not really a programmer, what I want to do I think is really simple. Really don't understand why it does not work. In Calc, I have 12 sheets. The source sheet is sheet 1 (with the first sheet being 0 as I have learned) that has col...
by ddavis1086
Wed Aug 31, 2016 10:03 pm
Forum: Macros and UNO API
Topic: [Solved] Copy and Paste Syntax
Replies: 10
Views: 25407

Re: [Solved] Copy and Paste Syntax

Hello. I am in need of some help please. Being new here and not really a programmer, what I want to do I think is really simple. Really don't understand why it does not work. In Calc, I have 12 sheets. The source sheet is sheet 1 (with the first sheet being 0 as I have learned) that has columns from...
by ddavis1086
Wed Aug 24, 2016 5:29 am
Forum: Macros and UNO API
Topic: [Solved] Jump to next Column and Row - OOo Basic
Replies: 2
Views: 2322

Re: Jump to next Column and Row - OOo Basic

Thank you, thank you. That is really good idea and I will work on adding that. I have no one else in the office that can help with this so it's a learn as you go project.

Dennis
by ddavis1086
Wed Aug 24, 2016 4:40 am
Forum: Macros and UNO API
Topic: [Solved] Jump to next Column and Row - OOo Basic
Replies: 2
Views: 2322

[Solved] Jump to next Column and Row - OOo Basic

Hello all. I have a very basic newbie question please. Working in calc and been creating a macro. I have a loop setup that creates new sheets which seems to be working. There are up to 20 columns that will have different text in each row. For example: B1 would have Tom, C1 would have David, D1 would...
by ddavis1086
Mon Aug 22, 2016 12:03 am
Forum: Macros and UNO API
Topic: [Solved] Macro to create and name worksheets based on a list
Replies: 6
Views: 3961

Re: Macro to create and name worksheets based on a list

Thank you for the tips. Those links seem to be what I am looking for and will get me started. It's really appreciated.
by ddavis1086
Sun Aug 21, 2016 5:51 pm
Forum: Macros and UNO API
Topic: [Solved] Macro to create and name worksheets based on a list
Replies: 6
Views: 3961

Re: Macro to create and name worksheets based on a list

I do not have nor can I hire a professional, but thank you for at replying.
by ddavis1086
Sun Aug 21, 2016 1:32 am
Forum: Macros and UNO API
Topic: [Solved] Macro to create and name worksheets based on a list
Replies: 6
Views: 3961

[Solved] Macro to create and name worksheets based on a list

Hello all. I have searched and not really found what I was looking for. There is a need at my work to automat a spreadsheet and I hope it's not too complicated. We have date that is exported out with a list on Student names in Sheet 1. I need a way to create additional sheets with the name of each s...