Displaying 2 results from an estimated 2 matches for "b3rb".
Did you mean:
3rb
2010 Mar 23
0
rdcomclient issue - member not found when using borders
...e(letters[grep(substring(Cell,1,1),letters)+1],
as.integer(substring(Cell,2))+nrow(Data),sep="")
MyCell=paste(Cell1,":",Cell2,sep="")
B3R[["Formula"]] <- paste("=sum(",MyCell,")",sep="")
print(MyCell)
B3RB <- sh$Range(MyCell)
B3RB[["Borders"]][["LineStyle"]]<-as.integer(1)
#B3RB[["ColumnWidth"]]<-20
}
AnalyzeExport(sh,ExcelCopy,"B2","NDC","Unique Pats")
The line that is causing the problem is :
B3RB[["Bo...
2010 Mar 24
0
R-help ordinal regression
...ing(Cell,2))+nrow(Data),sep="")
>
> ? ? MyCell=paste(Cell1,":",Cell2,sep="")
>
> ? ? B3R[["Formula"]] <-
> paste("=sum(",MyCell,")",sep="")
>
>
>
> ? ? print(MyCell)
>
>
>
> ? ? B3RB <- sh$Range(MyCell)
>
> ? ?
> B3RB[["Borders"]][["LineStyle"]]<-as.integer(1)
>
> ? ? #B3RB[["ColumnWidth"]]<-20
>
> }
>
> ?
>
>
>
> AnalyzeExport(sh,ExcelCopy,"B2","NDC","Unique Pats&quo...